# HG changeset patch # User sanbi-uwc # Date 1537266490 14400 # Node ID b69dadabf6716ce210f9072d25666443a9aca829 # Parent 557cc7904a2b2f50a935c4654b504c69d5417ca6 planemo upload for repository https://github.com/CPGRZA/cpgr_ancestry commit 72b6cb6029a3979b51e796a8c210fcf903cf7b23-dirty diff -r 557cc7904a2b -r b69dadabf671 shapeit_phase.xml --- a/shapeit_phase.xml Tue Sep 18 06:12:53 2018 -0400 +++ b/shapeit_phase.xml Tue Sep 18 06:28:10 2018 -0400 @@ -1,4 +1,4 @@ - + genomic data with or without reference panel @@ -9,7 +9,7 @@ &2 && @@ -39,8 +43,11 @@ echo "Failed to find valid .legend file at \$LEGEND" >&2 && exit 1 ; fi && + #end if + #if $use_genetic_map.genetic_map_select == "use_genetic_map_yes" && $use_genetic_map.genetic_map_from_table.genetic_map_from_table_select == "genetic_map_from_table_yes": + MAP_DIR='${use_genetic_map.genetic_map_from_table.map_from_table.fields.path}' && MAP_PREFIX='${use_genetic_map.genetic_map_from_table.map_from_table.fields.map_prefix}' && - MAP=`ls \${REF_DIR}/\${MAP_PREFIX}\${PART}_*` && + MAP=`ls \${MAP_DIR}/\${MAP_PREFIX}\${PART}_*` && if [ ! -f "\${MAP}" ] ; then echo "Failed to find valid map file at \${MAP}" >&2 && exit 1 ; @@ -49,7 +56,7 @@ #if $input_files.input_type_select == "plink_bed_bim_fam_list": echo "COLLECTION NAME:" ${input_files.plink_bed_etc_list.name} && #for $dat in $input_files.plink_bed_etc_list: - echo NAME '${dat.name}' && + echo Processing NAME '${dat.name}' && #end for #end if