Skip to content

Commit 3648a77

Browse files
Update CHANGELOG, bump version
1 parent 79dd74d commit 3648a77

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 2.0.0-beta19 - 2025-11-21
6+
7+
[3c20b59](https://github.com/WrightonLabCSU/DRAM/commit/3c20b59f74e7af1a78993e8e91f31a4d8390ecd6)...[79dd74d](https://github.com/WrightonLabCSU/DRAM/commit/79dd74db3e60e1b6b3f84d8a691a5f37b4365e80)
8+
9+
### Bugfix
10+
11+
- Fix distill bugs with genome stats, and metabolism summary ([419322b](https://github.com/WrightonLabCSU/DRAM/commit/419322b0d3b54ccc98d4540f94689b69c687ee42))
12+
13+
genome_stats would error out if certain arguments were not provided.
14+
Also fixed that the metabolism summary was adding extra columns to
15+
some tabs that were needed.
16+
Also fixed that quast stats were not being passed to distill script
17+
518
## 2.0.0-beta18 - 2025-11-21
619

720
[756904d](https://github.com/WrightonLabCSU/DRAM/commit/756904df36a390847945c07aa33a6741d160ab82)...[763f71f](https://github.com/WrightonLabCSU/DRAM/commit/763f71f3baa20b14dc3bcb42a25cca4805f71e71)

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ manifest {
475475
mainScript = 'main.nf'
476476
defaultBranch = 'master'
477477
nextflowVersion = '!>=24'
478-
version = '2.0.0-beta18'
478+
version = '2.0.0-beta19'
479479
doi = ''
480480
}
481481

0 commit comments

Comments
 (0)