comparison vcfannotategenotypes.xml @ 2:846a4449a50a

Updated tool version to 0.0.2
author Anton Nekrutenko <anton@bx.psu.edu>
date Wed, 25 Jun 2014 16:34:51 -0400
parents 7d46a899f2a5
children 9baa80088ab6
comparison
equal deleted inserted replaced
1:7d46a899f2a5 2:846a4449a50a
1 <tool id="vcfannotategenotypes" name="VCFannotateGenotypes:" version="0.0.1"> 1 <tool id="vcfannotategenotypes" name="VCFannotateGenotypes:" version="0.0.2">
2 <requirements> 2 <requirements>
3 <requirement type="package" version="86723982aa">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>