SlackBuildsOrg/academic/bedtools
Petar Petrov e3ea54d6f0
academic/bedtools: Updated for version 2.26.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2016-12-03 07:17:45 +07:00
..
bedtools.info
bedtools.SlackBuild
README
slack-desc

Collectively, the bedtools utilities are a swiss-army knife of tools
for a wide-range of genomics analysis tasks. The most widely-used
tools enable genome arithmetic: that is, set theory on the genome. For
example, bedtools allows one to intersect, merge, count, complement,
and shuffle genomic intervals from multiple files in widely-used
genomic file formats such as BAM, BED, GFF/GTF, VCF. 

While each individual tool is designed to do a relatively simple task
(e.g., intersect two interval files), quite sophisticated analyses can
be conducted by combining multiple bedtools operations on the UNIX
command line.