diff pedverf1stats.xml @ 60:33eaa535ceb4 draft

Uploaded
author cropgeeks
date Wed, 21 Feb 2018 08:47:54 -0500
parents 8a06f49972d0
children
line wrap: on
line diff
--- a/pedverf1stats.xml	Fri Nov 17 06:38:55 2017 -0500
+++ b/pedverf1stats.xml	Wed Feb 21 08:47:54 2018 -0500
@@ -20,6 +20,9 @@
 		#if $simulate_f1.simulate_f1_selector == False
 			-e $simulate_f1.expectedF1
 		#end if
+		#if $exclude_parents
+			-x
+		#end if
 		#if $adv_opts.show_advanced
 			$adv_opts.allChromosomes
 			$adv_opts.collapseHets
@@ -65,6 +68,10 @@
 			</when>
 		</conditional>
 
+		<param name="exclude_parents" type="boolean" label="Exclude parental lines which have not been selected."
+			   truevalue="true" falsevalue="false" help="Excludes parental lines which have not been selected as the recurrent, or donor parent from the analysis and results.">
+		</param>
+
 		<!-- WARNING: Below is the advanced options section shared by all of our tools. If you alter it here you must update the other tools as well.-->
 		<conditional name="adv_opts">
 			<param name="show_advanced" type="boolean"