Mercurial > repos > greg > ideas
changeset 40:6787b3688ddd draft
Uploaded
author | greg |
---|---|
date | Tue, 22 Aug 2017 13:35:08 -0400 |
parents | 460577fdb0dc |
children | d899f8b65635 |
files | ideas.xml |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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