comparison vcfcombine.xml @ 3:e147c59f04dc draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfcombine commit 36e9065027cc7bf721e9d203208477ee88906c57"
author iuc
date Thu, 23 Jan 2020 12:54:52 +0000
parents ee97a6e8a18a
children
comparison
equal deleted inserted replaced
2:ee97a6e8a18a 3:e147c59f04dc
7 <expand macro="stdio" /> 7 <expand macro="stdio" />
8 <command> 8 <command>
9 vcfcombine 9 vcfcombine
10 10
11 #for $input_vcf in $input_vcfs: 11 #for $input_vcf in $input_vcfs:
12 "${input_vcf}" 12 '${input_vcf}'
13 #end for 13 #end for
14 14
15 > "${out_file1}" 15 > '${out_file1}'
16 16
17 </command> 17 </command>
18 <inputs> 18 <inputs>
19 <param name="input_vcfs" type="data" format="vcf" label="Select VCF Datasets" min="2" multiple="True"/> 19 <param name="input_vcfs" type="data" format="vcf" label="Select VCF Datasets" min="2" multiple="True"/>
20 </inputs> 20 </inputs>