Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jun 16, 2020
1 parent e1af287 commit a4bdc67
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
[Unreleased]: https://github.com/althonos/orthoani/compare/v0.1.0-post1...HEAD
[Unreleased]: https://github.com/althonos/orthoani/compare/v0.2.0...HEAD

## [v0.2.0] - 2020-06-16
[v0.2.0]: https://github.com/althonos/orthoani/compare/v0.1.0-post1...v0.2.0
### Added
- `threads` argument controlling BLASTn thread count to `orthoani` and `orthoani_pairwise`.
- `-j` / `--jobs` flag controlling BLASTn thread count to CLI.
- Proper documentation and error codes to CLI.
- `orthoani` console script to call the CLI without `python -m` invocation.

## [v0.1.0-post1] - 2020-06-15
[v0.1.0-post1]: https://github.com/althonos/orthoani/compare/v0.1.0...v0.1.0-post1
Expand All @@ -16,5 +24,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [v0.1.0] - 2020-06-15
[v0.1.0]: https://github.com/althonos/orthoani/compare/21725fe...v0.1.9

Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ani = orthoani.orthoani(genome_1, genome_2)
`orthoani` can also be used from the CLI using a very simple command-line
interface:
```console
$ python -m orthoani -q sequence1.fa -r sequence2.fa
$ orthoani -q sequence1.fa -r sequence2.fa
0.5725
```

Expand Down
2 changes: 1 addition & 1 deletion orthoani/_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-post1
0.2.0

0 comments on commit a4bdc67

Please sign in to comment.