Mercurial > repos > devteam > vcfannotategenotypes
comparison vcfannotategenotypes.xml @ 4:84959112d9a6 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 08:04:28 -0500 |
parents | 70bc6ced57f7 |
children |
comparison
equal
deleted
inserted
replaced
3:70bc6ced57f7 | 4:84959112d9a6 |
---|---|
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> |