comparison vcfannotategenotypes.xml @ 1:7d46a899f2a5

Updated to vcflib 86723982aa
author Anton Nekrutenko <anton@bx.psu.edu>
date Wed, 25 Jun 2014 16:20:11 -0400
parents 346257ed6413
children 846a4449a50a
comparison
equal deleted inserted replaced
0:346257ed6413 1:7d46a899f2a5
1 <tool id="vcfannotategenotypes" name="VCFannotateGenotypes:" version="0.0.1"> 1 <tool id="vcfannotategenotypes" name="VCFannotateGenotypes:" version="0.0.1">
2 <requirements> 2 <requirements>
3 <requirement type="package" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">vcflib</requirement> 3 <requirement type="package" version="86723982aa">vcflib</requirement>
4 </requirements> 4 </requirements>
5 <description>Annotate genotypes in a VCF dataset using genotypes from another VCF dataset</description> 5 <description>Annotate genotypes in a VCF dataset using genotypes from another VCF dataset</description>
6 <command>vcfannotategenotypes "${tag_option}" "${input1}" "${input2}" > "${out_file1}"</command> 6 <command>vcfannotategenotypes "${tag_option}" "${input1}" "${input2}" > "${out_file1}"</command>
7 <inputs> 7 <inputs>
8 <param format="vcf" name="input1" type="data" label="Annotate genotypes in" help="First VCF dataset"/> 8 <param format="vcf" name="input1" type="data" label="Annotate genotypes in" help="First VCF dataset"/>