Mercurial > repos > devteam > samtools_phase
changeset 1:2523cb0fb84c draft
Uploaded tool version 1.0.1, updated for samtools 1.0.
author | devteam |
---|---|
date | Wed, 24 Sep 2014 12:49:59 -0400 |
parents | a0af255e28c1 |
children | 2656247b5253 |
files | samtools_phase.xml tool_dependencies.xml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/samtools_phase.xml Wed Mar 12 12:45:41 2014 -0400 +++ b/samtools_phase.xml Wed Sep 24 12:49:59 2014 -0400 @@ -1,7 +1,7 @@ -<tool id="samtools_phase" name="Call and phase" version="1.0.0"> +<tool id="samtools_phase" name="Call and phase" version="1.0.1"> <description>heterozygous SNPs</description> <requirements> - <requirement type="package" version="0.1.19">samtools</requirement> + <requirement type="package" version="1.0">samtools</requirement> </requirements> <command>samtools phase -b "phase_wrapper" #if str($option_set.option_sets) == 'advanced':
--- a/tool_dependencies.xml Wed Mar 12 12:45:41 2014 -0400 +++ b/tool_dependencies.xml Wed Sep 24 12:49:59 2014 -0400 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <tool_dependency> - <package name="samtools" version="0.1.19"> - <repository changeset_revision="233326db3402" name="package_samtools_0_1_19" owner="devteam" prior_installation_required="False" toolshed="http://testtoolshed.g2.bx.psu.edu" /> + <package name="samtools" version="1.0"> + <repository changeset_revision="da217d52e81c" name="package_samtools_1_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> </tool_dependency>