pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bedtools: Improve DESCR
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Jan 22 09:39:10 2021 -0600
Changeset: c321ca1aecea265d017c42bd216ec704c332033f
Modified Files:
bedtools2/DESCR
Log Message:
bedtools: Improve DESCR
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c321ca1aecea265d017c42bd216ec704c332033f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bedtools2/DESCR | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diffs:
diff --git a/bedtools2/DESCR b/bedtools2/DESCR
index 34d2644fb8..bf60338ab7 100644
--- a/bedtools2/DESCR
+++ b/bedtools2/DESCR
@@ -1,6 +1,10 @@
-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.
+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.
Home |
Main Index |
Thread Index |
Old Index