Mercurial > repos > iuc > bedtools
diff jaccardBed.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 | a2d4c30ba2f9 |
| children | d279800f4ff9 |
line wrap: on
line diff
--- a/jaccardBed.xml Wed Sep 14 17:29:56 2016 -0400 +++ b/jaccardBed.xml Mon Oct 17 10:13:20 2016 -0400 @@ -12,9 +12,9 @@ $split $reciprocal -f $overlap - -a $inputA - -b $inputB - > $output + -a '$inputA' + -b '$inputB' + > '$output' ]]> </command> <inputs> @@ -22,7 +22,7 @@ <param format="bed,vcf,gff,gff3" name="inputB" type="data" label="BED/VCF/GFF file"/> <expand macro="overlap" /> <expand macro="reciprocal" /> - <param name="strand" type="boolean" checked="false" truevalue="-s" falsevalue="" + <param name="strand" type="boolean" checked="false" truevalue="-s" falsevalue="" label="Force strandedness" help="That is, only report hits in B that overlap A on the same strand. By default, overlaps are reported without respect to strand. (-s)" /> <expand macro="strand2" />
