Skip to content

Commit d2a5028

Browse files
update version and changelog
1 parent 0933424 commit d2a5028

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## 2.0.0-beta22 - 2025-12-17
6+
7+
[64da24e](https://github.com/WrightonLabCSU/DRAM/commit/64da24e51367feaffe2f643dfbb0aa602e28c5c5)...[0933424](https://github.com/WrightonLabCSU/DRAM/commit/093342450e6e49c1a706cdf2c181bd931bab7a6d)
8+
9+
### Bug Fixes
10+
11+
- A_rank from info sheet for hmm parse now parse properly ([0933424](https://github.com/WrightonLabCSU/DRAM/commit/093342450e6e49c1a706cdf2c181bd931bab7a6d))
12+
13+
14+
515
## 2.0.0-beta21 - 2025-12-15
616

717
[3648a77](https://github.com/WrightonLabCSU/DRAM/commit/3648a77ee93cb0e5c72dee5cf3d1b6b4a38a834e)...[1106003](https://github.com/WrightonLabCSU/DRAM/commit/1106003daaab6bea519132c5232cf62c54be2a9b)

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ manifest {
478478
mainScript = 'main.nf'
479479
defaultBranch = 'master'
480480
nextflowVersion = '!>=24'
481-
version = '2.0.0-beta21'
481+
version = '2.0.0-beta22'
482482
doi = ''
483483
}
484484

0 commit comments

Comments
 (0)