Mercurial > repos > anton > vcfselectsamples
changeset 3:acad111c2466 draft default tip
Uploaded
author | anton |
---|---|
date | Mon, 15 Sep 2014 14:53:50 -0400 |
parents | ca345cfe7119 |
children | |
files | tool_dependencies.xml vcfselectsamples.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jun 25 16:51:13 2014 -0400 +++ b/tool_dependencies.xml Mon Sep 15 14:53:50 2014 -0400 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> - <package name="vcflib" version="86723982aa"> - <repository changeset_revision="a6826babf644" name="vcflib_86723982aa" owner="anton" toolshed="https://toolshed.g2.bx.psu.edu" /> + <package name="vcflib" version="8a5602bf07"> + <repository changeset_revision="bffe0495cd92" name="package_vcflib_8a5602bf07" owner="anton" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> </tool_dependency>
--- a/vcfselectsamples.xml Wed Jun 25 16:51:13 2014 -0400 +++ b/vcfselectsamples.xml Mon Sep 15 14:53:50 2014 -0400 @@ -1,6 +1,6 @@ <tool id="vcfselectsamples" name="VCFselectsamples:" version="0.0.2"> <requirements> - <requirement type="package" version="86723982aa">vcflib</requirement> + <requirement type="package" version="8a5602bf07">vcflib</requirement> </requirements> <description>Select samples from a VCF dataset</description> <command>vcfkeepsamples "${input1}" ${ ' '.join( map( lambda x:'"%s"' % ( x ), str($vcf_samples ).split(",") ) ) } > "${out_file1}"</command>