comparison vcfallelicprimitives.xml @ 2:971da09d28aa

Updated tool version to 0.0.2
author Anton Nekrutenko <anton@bx.psu.edu>
date Wed, 25 Jun 2014 16:34:01 -0400
parents e66cbd28cdfa
children 260173250dd2
comparison
equal deleted inserted replaced
1:e66cbd28cdfa 2:971da09d28aa
1 <tool id="vcfallelicprimitives" name="VcfAllelicPrimitives:" version="0.0.1"> 1 <tool id="vcfallelicprimitives" name="VcfAllelicPrimitives:" 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>Split alleleic primitives (gaps or mismatches) into multiple VCF lines</description> 5 <description>Split alleleic primitives (gaps or mismatches) into multiple VCF lines</description>
6 <command>cat "${input}" | vcfallelicprimitives ${m_option} -t "${t_option}" > "${out_file1}"</command> 6 <command>cat "${input}" | vcfallelicprimitives ${m_option} -t "${t_option}" > "${out_file1}"</command>