comparison vcfannotategenotypes.xml @ 3:6a3ea8fff5fd draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/vcflib/vcfannotategenotypes commit 36e9065027cc7bf721e9d203208477ee88906c57"
author iuc
date Thu, 23 Jan 2020 12:53:24 +0000
parents 7036240872d0
children
comparison
equal deleted inserted replaced
2:7036240872d0 3:6a3ea8fff5fd
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <expand macro="stdio" /> 7 <expand macro="stdio" />
8 <command>vcfannotategenotypes "${tag_option}" "${input1}" "${input2}" > "${out_file1}"</command> 8 <command>vcfannotategenotypes '${tag_option}' '${input1}' '${input2}' > '${out_file1}'</command>
9 <inputs> 9 <inputs>
10 <param format="vcf" name="input1" type="data" label="Annotate genotypes in" help="First VCF dataset"/> 10 <param format="vcf" name="input1" type="data" label="Annotate genotypes in" help="First VCF dataset"/>
11 <param format="vcf" name="input2" type="data" label="using genotypes from" help="Second VCF dataset"/> 11 <param format="vcf" name="input2" type="data" label="using genotypes from" help="Second VCF dataset"/>
12 <param name="tag_option" type="text" value="added-genotypes" label="Mark genotypes added to the first dataset with this tag" help="Annotation tag"/> 12 <param name="tag_option" type="text" value="added-genotypes" label="Mark genotypes added to the first dataset with this tag" help="Annotation tag"/>
13 </inputs> 13 </inputs>