Mercurial > repos > devteam > vcfcombine
comparison vcfcombine.xml @ 4:1f0ba67cc85a 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 08:06:07 -0500 |
parents | 53edb91ed051 |
children |
comparison
equal
deleted
inserted
replaced
3:53edb91ed051 | 4:1f0ba67cc85a |
---|---|
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> |