comparison vcfannotate.xml @ 2:98961914308d

Updated tool version to 0.0.2
author Anton Nekrutenko <anton@bx.psu.edu>
date Wed, 25 Jun 2014 16:34:28 -0400
parents 044448c58323
children 28459b837ef8
comparison
equal deleted inserted replaced
1:044448c58323 2:98961914308d
1 <tool id="vcfannotate" name="VCFannotate:" version="0.0.1"> 1 <tool id="vcfannotate" name="VCFannotate:" 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>Intersect VCF records with BED annotations</description> 5 <description>Intersect VCF records with BED annotations</description>
6 <command>vcfannotate --key "${key_option}" -b "${bed_data}" "${input}" > "${out_file1}"</command> 6 <command>vcfannotate --key "${key_option}" -b "${bed_data}" "${input}" > "${out_file1}"</command>