File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
14Apr24 * compiled new static versions of astral and wastral for Linux
2
2
* compiled dynamically linked snp-sites for Linux, which is now called from run_get_phylomarkers_pipeline.sh v2.8.0.1_2024-04-14 using '$bindir/'
3
- - NOTES: snp-sites should be statically compiled; The Docker image and TravisCI install snp-sites via apt install
4
- * run_get_phylomarkers_pipeline.sh v2.8.0.1_2024-04-14
3
+ - NOTES: snp-sites should be statically compiled or it will fail when called as '$bindir/snp-sites'
4
+ The Docker image and TravisCI install snp-sites via apt install
5
+ * run_get_phylomarkers_pipeline.sh 2.8.0.2_2024-04-14
6
+ - removed '$bindir/' from snp-sites call, because it is dynamically linked, and won't run on TravisCI. It is currently called from PATH
7
+ * run_get_phylomarkers_pipeline.sh v2.8.0.1_2024-04-14
5
8
- changed default IQT_threads=AUTO to IQT_threads=2 # used only with concatenated supermatrix 2|INTEGER; AUTO is too slow
6
9
- prepended '$bindir/' to iqtree and snp-sites calls that still missed it. NOTE: snp-sites needs to be statically compiled
7
10
- SC2044: replaced two for loops over find output for a more robust while read loop reading from <(cmd)
You can’t perform that action at this time.
0 commit comments