Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nromashchenko committed Sep 29, 2023
1 parent 75da44e commit a630778
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
============================================================================================================
v0.2.0

The pre-publication release intended to be the reference version for the further improvements. Previous releases are left mostly for history and are not supposed to be used.

- Supported partial loading of databases with phylo-k-mer filtering (--mu, --max-ram)
- Reintroduced parallelism (--threads)
- Reworked LWR formula so that it is normalized over all branches of the tree
Expand Down
4 changes: 4 additions & 0 deletions epik.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
import subprocess


__version__ = "0.2.0"


@click.group()
@click.version_option(__version__)
def epik():
"""
EPIK: Evolutionary Placement with Informative K-mers
Expand Down

0 comments on commit a630778

Please sign in to comment.