Skip to content

Commit 39b5c94

Browse files
chore: bumping version to v4.0.0
1 parent 711ad95 commit 39b5c94

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
<!--next-version-placeholder-->
44

5+
## v4.0.0 (2023-10-04)
6+
7+
### Feature
8+
9+
* V4 release ([`711ad95`](https://github.com/stjudecloud/ngsderive/commit/711ad958364357610c1f2ef4e3fdcea550d5416b))
10+
11+
### Breaking
12+
13+
* all TSV result headers are now PascalCase. `--split-by-rg` is now the default for `strandedness` and `endedness`. Percentages are now returned when 'Pct' is used in the header. `strandedness` now adds an `overall` entry when `--split-by-rg`. Read Groups are compared in the header definition and those found while sampling sequences. Discrepancies between the two are logged as an error. Header RGs without sequences are added as ZERO results to the output. `endedness` no longer exits with an ERROR on `Unknown` cases. ([`711ad95`](https://github.com/stjudecloud/ngsderive/commit/711ad958364357610c1f2ef4e3fdcea550d5416b))
14+
515
## v3.4.0 (2023-10-04)
616

717
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "ngsderive"
7-
version = "3.4.0"
7+
version = "4.0.0"
88
description = "Forensic analysis tool useful in backwards computing information from next-generation sequencing data."
99
license = "MIT"
1010
authors = [

0 commit comments

Comments
 (0)