# HG changeset patch # User greg # Date 1503423476 14400 # Node ID d899f8b6563567e0e81b7d3f25d3075f7a22d739 # Parent 6787b3688ddd284074692886e0aa915f0f4da1b8 Uploaded diff -r 6787b3688ddd -r d899f8b65635 ideas.xml --- a/ideas.xml Tue Aug 22 13:35:08 2017 -0400 +++ b/ideas.xml Tue Aug 22 13:37:56 2017 -0400 @@ -81,22 +81,22 @@ #if str($smoother_annotation) == 'yes': -hp #end if -#if $log2_num > 0: +#if str($log2_num) != '0.0': -log2 $log2_num #end if -#if $max_states > 0: +#if str($max_states) != '0.0': -G $max_states #end if -#if $initial_states > 0: +#if str($initial_states) != '0.0': -C $initial_states #end if -#if $max_position_classes > 0: +#if str($max_position_classes) != '0.0': -P $max_position_classes #end if -#if $max_cell_type_clusters > 0: +#if str($max_cell_type_clusters) != '0.0': -K $max_cell_type_clusters #end if -#if $prior_concentration > 0: +#if str($prior_concentration) != '0.0': -A $prior_concentration #end if -sample $burnin_num $mcmc_num