# HG changeset patch # User sanbi-uwc # Date 1537274932 14400 # Node ID 1a00583b6b2c28831d52ea0e3cb604cc60d5571a # Parent 201d098d6d67b42dbef0ce56ba26d87654008c36 planemo upload for repository https://github.com/CPGRZA/cpgr_ancestry commit 40d1319d78fae41b53fe3511db41ee5479c58db8-dirty diff -r 201d098d6d67 -r 1a00583b6b2c shapeit_phase.xml --- a/shapeit_phase.xml Tue Sep 18 06:39:22 2018 -0400 +++ b/shapeit_phase.xml Tue Sep 18 08:48:52 2018 -0400 @@ -1,6 +1,5 @@ - + genomic data with or without reference panel - shapeit @@ -62,6 +61,10 @@ shapeit + #if $check_mode != "": + -check + #end if + #if $input_files.input_type_select == "vcf": --input-vcf ${input_files.vcf_file} #else if $input_files.input_type_select == "plink_ped_map": @@ -172,12 +175,21 @@ --seed $use_advanced_parameters.rng_seed #end if #end if - --output-max $out_haps $out_sample - --output-graph $out_graph - --output-log $out_log + + #if $check_mode == "": + --output-max $out_haps $out_sample + --output-graph $out_graph + --output-log $out_log + #else + --output-log output + && mv output.mendel.log $out_log + && mv output.mendel.snp.strand $out_strand + && mv output.mendel.snp.strand.exclude $out_exclude + #end if ]]> + @@ -430,9 +442,21 @@ - - - + + not check_mode + + + not check_mode + + + not check_mode + + + check_mode + + + check_mode +