Skip to content

Commit

Permalink
chore: bumping version to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stjudecloud-cloudy committed Oct 4, 2023
1 parent 711ad95 commit 39b5c94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v4.0.0 (2023-10-04)

### Feature

* V4 release ([`711ad95`](https://github.com/stjudecloud/ngsderive/commit/711ad958364357610c1f2ef4e3fdcea550d5416b))

### Breaking

* 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))

## v3.4.0 (2023-10-04)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "ngsderive"
version = "3.4.0"
version = "4.0.0"
description = "Forensic analysis tool useful in backwards computing information from next-generation sequencing data."
license = "MIT"
authors = [
Expand Down

0 comments on commit 39b5c94

Please sign in to comment.