changeset 10:03af7e3e3b2f draft

planemo upload for repository https://github.com/CPGRZA/cpgr_ancestry commit 72b6cb6029a3979b51e796a8c210fcf903cf7b23-dirty
author sanbi-uwc
date Tue, 18 Sep 2018 01:54:33 -0400
parents 9f7a81693561
children f25ff17454f4
files shapeit_phase.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/shapeit_phase.xml	Tue Sep 18 01:49:22 2018 -0400
+++ b/shapeit_phase.xml	Tue Sep 18 01:54:33 2018 -0400
@@ -1,4 +1,4 @@
-<tool id="shapeit_phase" name="shapeit_phase" version="0.8.0">
+<tool id="shapeit_phase" name="shapeit_phase" version="0.9.0">
     <description>genomic data with or without reference panel</description>
 
     <requirements>
@@ -26,7 +26,7 @@
             exit 1 ;
           fi &&
           LEGEND="\${REF_DIR}/\${REF_PREFIX}\${PART}.legend.gz" &&
-          if [ -f "\$LEGEND ] ; then 
+          if [ -f "\$LEGEND" ] ; then 
             echo "Failed to find valid .legend file at \$LEGEND" >&2 &&
             exit 1 ;
           fi &&