Mercurial > repos > iuc > bedtools
diff tagBed.xml @ 42:d279800f4ff9 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b75b9e79cf3186a22dc2e1e9d27c1a080b891b59
| author | iuc |
|---|---|
| date | Thu, 26 Apr 2018 17:02:24 -0400 |
| parents | a2d4c30ba2f9 |
| children | 2f457890d8c8 |
line wrap: on
line diff
--- a/tagBed.xml Fri Apr 20 05:30:04 2018 -0400 +++ b/tagBed.xml Thu Apr 26 17:02:24 2018 -0400 @@ -20,7 +20,7 @@ </command> <inputs> <param name="inputA" format="bam" type="data" label="BAM file"/> - <param name="inputB" format="bed,gff,vcf" multiple="True" type="data" label="BED/VCF/GFF file" /> + <param name="inputB" format="@STD_BEDTOOLS_INPUTS@" multiple="True" type="data" label="@STD_BEDTOOLS_INPUT_LABEL@ file" /> <expand macro="strand2" /> <expand macro="overlap" /> <param name="tag" type="text" value="YB" label="Specify the tag to use" /> @@ -46,7 +46,7 @@ <![CDATA[ **What it does** -Annotates a BAM file based on overlaps with multiple BED/GFF/VCF files on the intervals in an input bam file +Annotates a BAM file based on overlaps with multiple @STD_BEDTOOLS_INPUT_LABEL@ files on the intervals in an input bam file @REFERENCES@ ]]>
