You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Petar Petrov ec514e32c4 Multiple: update email, year and slack-desc 10 years ago
..
README academic/tabix: Added (Generic indexer). 12 years ago
slack-desc academic/tabix: Added (Generic indexer). 12 years ago
tabix.SlackBuild Multiple: update email, year and slack-desc 10 years ago
tabix.info Multiple: update email, year and slack-desc 10 years ago

README

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 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.