# HG changeset patch
# User greg
# Date 1488395863 18000
# Node ID a0b1f599becc12ac82374043ece9e7f4408c53e9
# Parent f8558fb37545d9118861ee4500f78ccb88c8031a
Uploaded
diff -r f8558fb37545 -r a0b1f599becc kaks_analysis.xml
--- a/kaks_analysis.xml Wed Mar 01 14:04:23 2017 -0500
+++ b/kaks_analysis.xml Wed Mar 01 14:17:43 2017 -0500
@@ -20,6 +20,10 @@
#set codeml_ctl_file_select = $codeml_ctl_file_cond.codeml_ctl_file_select
#set fit_components_cond = $options_type.fit_components_cond
#set fit_components = $fit_components_cond.fit_components
+ #set recalibrate_cond = $options_type.recalibrate_cond
+ #set recalibrate = $recalibrate_cond.recalibrate
+ #set set_min_coverage_cond = $options_type.set_min_coverage_cond
+ #set set_min_coverage = $set_min_coverage_cond.set_min_coverage
#else:
#set codeml_ctl_file_select = 'no'
#set fit_components = 'no'
@@ -35,8 +39,12 @@
--proteins_species_2 '$comparison_cond.proteins_species_2'
#end if
#if str($options_type.options_type_selector) == 'advanced':
- --min_coverage $options_type.min_coverage
- --recalibration_rate $options_type.recalibration_rate
+ #if str($set_min_coverage) == 'yes':
+ --min_coverage $set_min_coverage_cond.min_coverage
+ #end if
+ #if str($recalibrate) == 'yes':
+ --recalibration_rate $recalibrate_cond.recalibration_rate
+ #end if
#if str($codeml_ctl_file_select) == 'yes':
--codeml_ctl_file '$codeml_ctl_file_cond.codeml_ctl_file'
# No else block needed here because the default codeml_ctl config
@@ -92,8 +100,26 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+