comparison vcffixup.xml @ 1:9d7e64e4b9fc draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcffixup commit 0b9b6512272b82637c2f1e831367e89aed77ae79
author devteam
date Thu, 15 Sep 2016 16:05:59 -0400
parents a03f346b6aae
children fc5a64fdd5b2
comparison
equal deleted inserted replaced
0:a03f346b6aae 1:9d7e64e4b9fc
1 <tool id="vcffixup" name="VCFfixup:" version="0.0.3"> 1 <tool id="vcffixup" name="VCFfixup:" version="@WRAPPER_VERSION@.0">
2 <description>Count the allele frequencies across alleles present in each record in the VCF file</description> 2 <description>Count the allele frequencies across alleles present in each record in the VCF file</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>vcffixup "${input1}" > "${out_file1}"</command> 8 <command>vcffixup "${input1}" > "${out_file1}"</command>
9 <inputs> 9 <inputs>
10 <param format="vcf" name="input1" type="data" label="Select VCF dataset"/> 10 <param format="vcf" name="input1" type="data" label="Select VCF dataset"/>
11 </inputs> 11 </inputs>