diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2020-01-12 12:10:47 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-18 12:25:09 +0700 |
commit | 3b0f2073eec677f37bf01c825e9b8652a209f5be (patch) | |
tree | 924e1fe31022d85a5de732f8177b19ae08fc5b22 /academic/tabix/slack-desc | |
parent | f2f7dddfb93323de9cdf79d99a1bd7ae05c1b422 (diff) |
academic/tabix: Removed.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/tabix/slack-desc')
-rw-r--r-- | academic/tabix/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/academic/tabix/slack-desc b/academic/tabix/slack-desc deleted file mode 100644 index 5a387152f079b..0000000000000 --- a/academic/tabix/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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: |