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