changeset 42:46445e3dc9e2 draft

Uploaded
author greg
date Tue, 22 Aug 2017 13:43:38 -0400
parents d899f8b65635
children 9264225d796d
files ideas.xml
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ideas.xml	Tue Aug 22 13:37:56 2017 -0400
+++ b/ideas.xml	Tue Aug 22 13:43:38 2017 -0400
@@ -90,18 +90,22 @@
 #if str($initial_states) != '0.0':
     -C $initial_states
 #end if
-#if str($max_position_classes) != '0.0':
+#if str($max_position_classes) != '0':
     -P $max_position_classes
 #end if
-#if str($max_cell_type_clusters) != '0.0':
+#if str($max_cell_type_clusters) != '0':
     -K $max_cell_type_clusters
 #end if
 #if str($prior_concentration) != '0.0':
     -A $prior_concentration
 #end if
 -sample $burnin_num $mcmc_num
--minerr $min_standard_dev
--maxerr $max_standard_dev
+#if str($min_standard_dev) != '0.0':
+    -minerr $min_standard_dev
+#end if
+#if str($max_standard_dev) != '0.0':
+    -maxerr $max_standard_dev
+#end if
 -thread \${GALAXY_SLOTS:-4}
 > $output_log
 && mv ./*.cluster $output_cluster