# HG changeset patch
# User greg
# Date 1539347953 14400
# Node ID c5fc0983b98cea95643af9ef7a92f3e1192a9d2f
# Parent 55f227ba997282e81849b0c8e75cb3dd4cfc55c0
Uploaded
diff -r 55f227ba9972 -r c5fc0983b98c affy2vcf.xml
--- a/affy2vcf.xml Thu Oct 11 14:24:46 2018 -0400
+++ b/affy2vcf.xml Fri Oct 12 08:39:13 2018 -0400
@@ -14,13 +14,13 @@
--fasta-ref '$reference_genome_source_cond.locally_cached_item'
#end if
--annot '$annot'
---snp-posteriors '$text_outputs_dir/snp_posteriors.txt'
---summary '$text_outputs_dir/summary.txt'
---report '$text_outputs_dir/report.txt'
---calls '$text_outputs_dir/calls.txt'
---confidences '$text_outputs_dir/confidences.txt'
-#if str($output_gender_estimate) == "yes"
- --sex '$text_outputs_dir/gender_estimate.txt'
+--snp-posteriors '$snp_posteriors'
+--summary '$summary'
+--report '$report'
+--calls '$calls'
+--confidences '$confidences'
+#if str($output_gender_estimate_cond.output_gender_estimate) == "yes"
+ --sex '$gender_estimate'
#end if
#if str($append_version) == "no":
--no-version
@@ -30,7 +30,6 @@
--threads \${GALAXY_SLOTS:-4}
]]>
-
@@ -51,10 +50,20 @@
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -67,13 +76,22 @@
-
-
-
+
+ output_gender_estimate_cond['output_gender_estimate'] == "yes"
+
+
+
+
+
+
+
+
+
+