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