Commit graph

4 commits

Author SHA1 Message Date
Jason W. Bacon
b8a67fb104 biology/bedtools: Fix Makefile to respect PREFIX
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15851
2018-06-16 17:55:01 +00:00
Jason W. Bacon
8ede5f984e biology/bedtools: Upgrade to 2.27.1
PR:             227272
Submitted by:   jwb
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D15137
2018-04-19 16:44:59 +00:00
Dmitry Marakasov
b945f4dc26 - Fix build on 11+
Approved by:	portmgr blanket
2017-12-22 12:27:14 +00:00
Wen Heping
9411038eac The bedtools utilities are a suite of tools for performing a wide range of
genomics analysis tasks.  The most widely-used of these tools enable genome
arithmetic, i.e., set theory on the genome.  For example, with bedtools one
can intersect, merge, count, complement, and shuffle genomic intervals from
multiple files in common genomic formats such as BAM, BED, GFF/GTF, and VCF.

Although each individual utility is designed to do a relatively simple task,
e.g., intersect two interval files, more sophisticated analyses can be
conducted by stringing together multiple bedtools operations on the command
line or in shell scripts.

WWW: http://bedtools.readthedocs.org/

PR:		204536
Submitted by:	scottcheloha@gmail.com
2016-01-19 08:56:34 +00:00