You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,23 @@
1
1
# Change Log
2
2
3
+
## v1.8.15 (27-Jun-2025)
4
+
5
+
### Added
6
+
- added a flag to `bit-get-accessions-from-GTDB` (`--use-ecogenomics`) to allow specifing to download from [data.gtdb.ecogenomic.org/releases](https://data.gtdb.ecogenomic.org/releases/) instead of the default [data.ace.uq.edu.au/public/gtdb/data/releases](https://data.ace.uq.edu.au/public/gtdb/data/releases/) thanks to the suggestion from @Stian-2rz (#107)
7
+
- a partitions file in nexus format (`<outdir>/run_files/Partitions.nex`) is produced in addition to the regular text-formatted one (`<outdir>/run_files/Partitions.txt`), because for some iqtree model settings the txt format has leads to a bug – also thanks to @Stian-2rz! (#108)
8
+
9
+
### Changed
10
+
- currently skipping certificate checking on GTDB downloads (prompted from #107)
11
+
- this impacts `gtt-get-accessions-from-GTDB` and the internally used `gtt-check-or-setup-GTDB-files`
12
+
13
+
---
14
+
3
15
## v1.8.14 (21-Apr-2025)
4
16
5
17
### Changed
6
18
- change to taxonkit call when adding NCBI tax info (now using `reformat2` and a pattern) in order to deal with NCBI tax-structure update
0 commit comments