comparison getfastaBed.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 da6d7bc0a8b0
children 2f457890d8c8
comparison
equal deleted inserted replaced
41:c96688f1746d 42:d279800f4ff9
21 -bed '$input' 21 -bed '$input'
22 -fo '$output' 22 -fo '$output'
23 ]]> 23 ]]>
24 </command> 24 </command>
25 <inputs> 25 <inputs>
26 <param format="bed,vcf,gff,gff3" name="input" type="data" label="BED/VCF/GFF file" /> 26 <param format="@STD_BEDTOOLS_INPUTS@" name="input" type="data" label="@STD_BEDTOOLS_INPUT_LABEL@ file" />
27 <conditional name="fasta_source"> 27 <conditional name="fasta_source">
28 <param name="fasta_source_selector" type="select" label="Choose the source for the fasta file"> 28 <param name="fasta_source_selector" type="select" label="Choose the source for the fasta file">
29 <option value="history" selected="True">History</option> 29 <option value="history" selected="True">History</option>
30 <option value="preloaded">Server indexed files</option> 30 <option value="preloaded">Server indexed files</option>
31 </param> 31 </param>