Skip to content

Commit 0aa86a8

Browse files
committed
CHANGES.txt 2024-04-14.2 reports that snp-sites is called from PATH
1 parent 83b6ab4 commit 0aa86a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
14Apr24 * compiled new static versions of astral and wastral for Linux
22
* 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
58
- changed default IQT_threads=AUTO to IQT_threads=2 # used only with concatenated supermatrix 2|INTEGER; AUTO is too slow
69
- prepended '$bindir/' to iqtree and snp-sites calls that still missed it. NOTE: snp-sites needs to be statically compiled
710
- SC2044: replaced two for loops over find output for a more robust while read loop reading from <(cmd)

bin/linux/snp-sites

-79.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)