Commit 13b7780
Fix RevBayes bugs and add missing runtime dependencies
1. RevBayes infinite asterisk bug: Changed --tune-iter from 0 to 1 in
test-fast.sh and test.sh. RevBayes has a bug where 0 burn-in iterations
causes the progress bar to print endless asterisks.
2. Bootstrap sample size: Increased MCMC iterations from 3 to 100 and
changed mcmc-thin from 10 to 1 in test-fast.sh to ensure enough samples
remain after burn-in (10%) and subsampling (5%) for R bootstrap analysis.
3. Missing runtime dependencies: Added ghostscript and graphviz to main
Dockerfile. These are needed by tabulate_naive_probs.py (weblogo PNG
generation) and tabulate_lineage_probs.py (graphviz dot rendering).
4. Comment out mnScreen monitor in revbayes_template.rev to prevent
progress output issues in non-TTY environments.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8032657 commit 13b7780
File tree
4 files changed
+6
-5
lines changed- templates
4 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments