Skip to content

Commit

Permalink
bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Nov 22, 2024
1 parent af14bac commit eb63cc3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

# 1.0.1 (2024-11-22)

* Thanks to the inimitable @[rrwick](https://github.com/rrwick), v1.0.1 is a patch fixing a string-parsing bug.
* If your contig headers were integers, `dnaapler` did not rotate the found `BLAST/MMseqs2` hits. This was pre-existing (not introduced by v1.0.0).

# 1.0.0 (2024-11-21)

* **BREAKING CHANGE** - `dnaapler` now uses `MMSeqs2` rather than `BLAST`. You will need to install `MMSeqs` if you upgrade (if you use conda, it should be handled for you)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Larralde, M., (2022). Pyrodigal: Python bindings and interface to Prodigal, an e
Hyatt, D., Chen, GL., LoCascio, P.F. et al. Prodigal: prokaryotic gene recognition and translation initiation site identification. BMC Bioinformatics 11, 119 (2010). https://doi.org/10.1186/1471-2105-11-119.
```

## v1.0.0
## v1

* **BREAKING CHANGE** - `dnaapler` now uses `MMSeqs2 v13.45111` rather than `BLAST`. You will need to install [MMSeqs2](https://github.com/soedinglab/MMseqs2) if you upgrade (if you use conda, it should be handled for you). The CLI is identical.
* There are 2 reasons for this:
Expand All @@ -78,7 +78,7 @@ If you don't want to install `dnaapler` locally, you can run `dnaapler all` with
- [dnaapler](#dnaapler)
- [Quick Start](#quick-start)
- [Paper](#paper)
- [v1.0.0](#v100)
- [v1](#v1)
- [Google Colab Notebooks](#google-colab-notebooks)
- [Table of Contents](#table-of-contents)
- [Description](#description)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dnaapler"
version = "1.0.0" # change VERSION too
version = "1.0.1" # change VERSION too
description = "Reorients assembled microbial sequences"
authors = ["George Bouras <george.bouras@adelaide.edu.au>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/dnaapler/utils/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0.
1.0.1

0 comments on commit eb63cc3

Please sign in to comment.