Mercurial > repos > greg > ideas
comparison ideas.xml @ 40:6787b3688ddd draft
Uploaded
author | greg |
---|---|
date | Tue, 22 Aug 2017 13:35:08 -0400 |
parents | 460577fdb0dc |
children | d899f8b65635 |
comparison
equal
deleted
inserted
replaced
39:460577fdb0dc | 40:6787b3688ddd |
---|---|
79 #end if | 79 #end if |
80 #set smoother_annotation = $smoother_annotation_cond.smoother_annotation | 80 #set smoother_annotation = $smoother_annotation_cond.smoother_annotation |
81 #if str($smoother_annotation) == 'yes': | 81 #if str($smoother_annotation) == 'yes': |
82 -hp | 82 -hp |
83 #end if | 83 #end if |
84 #if str($log2_num): | 84 #if $log2_num > 0: |
85 -log2 $log2_num | 85 -log2 $log2_num |
86 #end if | 86 #end if |
87 #if str($max_states): | 87 #if $max_states > 0: |
88 -G $max_states | 88 -G $max_states |
89 #end if | 89 #end if |
90 #if str($initial_states): | 90 #if $initial_states > 0: |
91 -C $initial_states | 91 -C $initial_states |
92 #end if | 92 #end if |
93 #if str($max_position_classes): | 93 #if $max_position_classes > 0: |
94 -P $max_position_classes | 94 -P $max_position_classes |
95 #end if | 95 #end if |
96 #if str($max_cell_type_clusters): | 96 #if $max_cell_type_clusters > 0: |
97 -K $max_cell_type_clusters | 97 -K $max_cell_type_clusters |
98 #end if | 98 #end if |
99 #if str($prior_concentration): | 99 #if $prior_concentration > 0: |
100 -A $prior_concentration | 100 -A $prior_concentration |
101 #end if | 101 #end if |
102 -sample $burnin_num $mcmc_num | 102 -sample $burnin_num $mcmc_num |
103 -minerr $min_standard_dev | 103 -minerr $min_standard_dev |
104 -maxerr $max_standard_dev | 104 -maxerr $max_standard_dev |