Mercurial > repos > anton > vcf2tsv
changeset 1:1258fa7a2744
Updated to vcflib 86723982aa
author | Anton Nekrutenko <anton@bx.psu.edu> |
---|---|
date | Wed, 25 Jun 2014 15:57:09 -0400 |
parents | 8e1a693e7a52 |
children | fc3c4fc09e28 |
files | tool_dependencies.xml vcf2tsv.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jun 11 17:11:55 2014 -0400 +++ b/tool_dependencies.xml Wed Jun 25 15:57:09 2014 -0400 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> - <package name="vcflib" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd"> - <repository changeset_revision="7949cc09120a" name="package_vcflib" owner="anton" toolshed="http://toolshed.g2.bx.psu.edu" /> + <package name="vcflib" version="86723982aa"> + <repository changeset_revision="a6826babf644" name="vcflib_86723982aa" owner="anton" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> </tool_dependency>
--- a/vcf2tsv.xml Wed Jun 11 17:11:55 2014 -0400 +++ b/vcf2tsv.xml Wed Jun 25 15:57:09 2014 -0400 @@ -1,6 +1,6 @@ <tool id="vcf2tsv" name="VCFtoTab-delimited:" version="0.0.1"> <requirements> - <requirement type="package" version="586c5ae5d57a38dae6b32ea831fb1f7cfa14c9bd">vcflib</requirement> + <requirement type="package" version="86723982aa">vcflib</requirement> </requirements> <description>Convert VCF data into TAB-delimited format</description> <command>vcf2tsv ${g_option} -n "${null_filler}" "${input}" > "${out_file1}"</command>