comparison vcfbreakcreatemulti.xml @ 3:9fd5d91eb91b draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfbreakcreatemulti commit 36e9065027cc7bf721e9d203208477ee88906c57"
author iuc
date Thu, 23 Jan 2020 08:05:35 -0500
parents 690b1d846263
children
comparison
equal deleted inserted replaced
2:690b1d846263 3:9fd5d91eb91b
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <expand macro="stdio" /> 7 <expand macro="stdio" />
8 <command> 8 <command>
9 #if str($break_or_create) == "break": 9 #if str($break_or_create) == "break":
10 vcfbreakmulti "${input1}" > "${out_file1}" 10 vcfbreakmulti '${input1}' > '${out_file1}'
11 #elif str($break_or_create) == "create": 11 #elif str($break_or_create) == "create":
12 vcfcreatemulti "${input1}" > "${out_file1}" 12 vcfcreatemulti '${input1}' > '${out_file1}'
13 #end if 13 #end if
14 </command> 14 </command>
15 <inputs> 15 <inputs>
16 <param format="vcf" name="input1" type="data" label="Select VCF dataset"/> 16 <param format="vcf" name="input1" type="data" label="Select VCF dataset"/>
17 <param name="break_or_create" type="select" display="radio" label="Break or Create?"> 17 <param name="break_or_create" type="select" display="radio" label="Break or Create?">