Mercurial > repos > devteam > vcfgenotypes
comparison vcfgenotypes.xml @ 1:82635a34fbe6 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfgenotypes commit 0b9b6512272b82637c2f1e831367e89aed77ae79
author | devteam |
---|---|
date | Thu, 15 Sep 2016 16:06:44 -0400 |
parents | 1673e7848bf4 |
children | f5653ed90dfd |
comparison
equal
deleted
inserted
replaced
0:1673e7848bf4 | 1:82635a34fbe6 |
---|---|
1 <tool id="vcfgenotypes" name="VCFgenotypes:" version="0.0.3"> | 1 <tool id="vcfgenotypes" name="VCFgenotypes:" version="@WRAPPER_VERSION@.0"> |
2 <description>Convert numerical representation of genotypes to allelic</description> | 2 <description>Convert numerical representation of genotypes to allelic</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"></expand> | 6 <expand macro="requirements"/> |
7 <expand macro="stdio" /> | 7 <expand macro="stdio" /> |
8 <command>vcfgenotypes "${vcf_input}" > "${out_file1}"</command> | 8 <command>vcfgenotypes "${vcf_input}" > "${out_file1}"</command> |
9 <inputs> | 9 <inputs> |
10 <param format="vcf" name="vcf_input" type="data" label="Select VCF dataset"/> | 10 <param format="vcf" name="vcf_input" type="data" label="Select VCF dataset"/> |
11 </inputs> | 11 </inputs> |