slackbuilds/academic/bedtools
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
bedtools.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
bedtools.info academic/bedtools: update for version 2.30.0 2021-05-18 23:40:06 +07:00
slack-desc

README

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.