Mercurial > repos > iuc > bedtools
comparison nucBed.xml @ 26:95a3b2c25bd1 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:46 -0400 |
parents | bd7721ad15aa |
children | 4f7a5ccd2ae9 |
comparison
equal
deleted
inserted
replaced
25:e36671a0f646 | 26:95a3b2c25bd1 |
---|---|
18 -bed '$input' | 18 -bed '$input' |
19 > '$output' | 19 > '$output' |
20 ]]> | 20 ]]> |
21 </command> | 21 </command> |
22 <inputs> | 22 <inputs> |
23 <param format="bed,vcf,gff,gff3" name="input" type="data" label="BED/VCF/GFF file"/> | 23 <param format="@STD_BEDTOOLS_INPUTS@" name="input" type="data" label="@STD_BEDTOOLS_INPUT_LABEL@ file"/> |
24 <param format="fasta" name="fasta" type="data" label="FASTA file"/> | 24 <param format="fasta" name="fasta" type="data" label="FASTA file"/> |
25 | 25 |
26 <param argument="-s" type="boolean" checked="false" truevalue="-s" falsevalue="" | 26 <param argument="-s" type="boolean" checked="false" truevalue="-s" falsevalue="" |
27 label="Profile the sequence according to strand" /> | 27 label="Profile the sequence according to strand" /> |
28 <param argument="-seq" type="boolean" checked="false" truevalue="-seq" falsevalue="" | 28 <param argument="-seq" type="boolean" checked="false" truevalue="-seq" falsevalue="" |