Skip to content

Commit

Permalink
chore: bumping version to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stjudecloud-cloudy committed Mar 22, 2023
1 parent d2f2e18 commit e3e0bab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v3.0.0 (2023-03-22)
### Feature
* **junction-annotation:** By default discard unannotated contigs ([#96](https://github.com/stjudecloud/ngsderive/issues/96)) ([`d2f2e18`](https://github.com/stjudecloud/ngsderive/commit/d2f2e18338656da53e2d6d8c74f2a48850a1f125))
* Adds Dockerfile ([#97](https://github.com/stjudecloud/ngsderive/issues/97)) ([`26242b2`](https://github.com/stjudecloud/ngsderive/commit/26242b27fe2d73e2413f872a61496cffca3922f2))

### Breaking
* Always annotate as `unannotated_reference` in the junctions file. By default, exclude from the summary report. With flag, call them "novel" in the summary ([`d2f2e18`](https://github.com/stjudecloud/ngsderive/commit/d2f2e18338656da53e2d6d8c74f2a48850a1f125))

## v2.3.1 (2023-02-22)
### Fix
* Set default `n-genes` to 1000 for improved accuracy ([`914525d`](https://github.com/stjudecloud/ngsderive/commit/914525da2449ad6588c1518287a9b73cc91cf9d4))
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 = "2.3.1"
version = "3.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 e3e0bab

Please sign in to comment.