# HG changeset patch # User iuc # Date 1437146218 14400 # Node ID 389d2376b60bbeb36cc9a647d0f585d51dba03b9 # Parent 3d6beba7393ec25e2c865fcae6faf53698b8092b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_tabix_0_2_6 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty diff -r 3d6beba7393e -r 389d2376b60b tool_dependencies.xml --- a/tool_dependencies.xml Fri Feb 07 08:13:02 2014 -0500 +++ b/tool_dependencies.xml Fri Jul 17 11:16:58 2015 -0400 @@ -23,10 +23,10 @@ Installs tabix version 0.2.6. Available binaries: tabix, bgzip http://samtools.sourceforge.net/tabix.shtml - Tabix indexes a TAB-delimited genome position file in.tab.bgz and creates an index file in.tab.bgz.tbi when region is absent from the command-line. - The input data file must be position sorted and compressed by bgzip which has a gzip(1) like interface. After indexing, - tabix is able to quickly retrieve data lines overlapping regions specified in the format "chr:beginPos-endPos". - Fast data retrieval also works over network if URI is given as a file name and in this case the index file will be downloaded if it is not present locally. + Tabix indexes a TAB-delimited genome position file in.tab.bgz and creates an index file in.tab.bgz.tbi when region is absent from the command-line. + The input data file must be position sorted and compressed by bgzip which has a gzip(1) like interface. After indexing, + tabix is able to quickly retrieve data lines overlapping regions specified in the format "chr:beginPos-endPos". + Fast data retrieval also works over network if URI is given as a file name and in this case the index file will be downloaded if it is not present locally.