Mercurial > repos > iuc > bedtools
diff coverageBed.xml @ 26:c0fbce5dc84a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 19967671ddd4e750f53d71274e5c12325a402811
| author | iuc |
|---|---|
| date | Mon, 17 Oct 2016 10:13:20 -0400 |
| parents | 6c6963cf9136 |
| children | ada98688209b |
line wrap: on
line diff
--- a/coverageBed.xml Wed Sep 14 17:29:56 2016 -0400 +++ b/coverageBed.xml Mon Oct 17 10:13:20 2016 -0400 @@ -1,4 +1,4 @@ -<tool id="bedtools_coveragebed" name="Compute both the depth and breadth of coverage" version="@WRAPPER_VERSION@.1"> +<tool id="bedtools_coveragebed" name="Compute both the depth and breadth of coverage" version="@WRAPPER_VERSION@.0"> <description>of features in file B on the features in file A (bedtools coverage)</description> <macros> <import>macros.xml</import> @@ -24,7 +24,7 @@ <param format="bam,bed,gff,gff3,vcf" name="inputA" type="data" label="File A (on which coverage is calculated)" help="BAM/BED/GFF/VCF format" /> <param format="bam,bed,gff,gff3,vcf" name="inputB" type="data" multiple="true" label="File(s) B (for which coverage is calculated)" help="BAM/BED/GFF/VCF format" /> <expand macro="split" /> - <param name="strandedness" type="boolean" label="Force strandedness" truevalue="-s" falsevalue="" checked="false" + <param name="strandedness" type="boolean" label="Force strandedness" truevalue="-s" falsevalue="" checked="false" help="Only report hits in B that overlap A on the same strand. By default, overlaps are reported without respect to strand (-s)"/> <param name="d" type="boolean" checked="false" truevalue="-d" falsevalue="" label="Report the depth at each position in each A feature" @@ -47,10 +47,10 @@ <