slackbuilds_ponce/academic/tabix/slack-desc
Petar Petrov 3c78f74068 academic/tabix: Added (Generic indexer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2013-12-14 10:53:06 -06:00

19 lines
1 KiB
Text

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
tabix: tabix (Generic indexer for TAB-delimited genome position files )
tabix:
tabix: Tabix indexes a TAB-delimited genome position file in.tab.bgz
tabix: and creates an index file in.tab.bgz.tbi when region is absent
tabix: from the command-line. The input data file must be position
tabix: sorted and compressed by bgzip which has a gzip like interface.
tabix: Tabix is able to quickly retrieve data lines overlapping regions
tabix: specified in the format "chr:beginPos-endPos".
tabix:
tabix: Home: http://samtools.sourceforge.net/tabix.shtml
tabix: