-
Notifications
You must be signed in to change notification settings - Fork 55
Working in `pyani` v0.2 vs v0.3
Leighton Pritchard edited this page Apr 27, 2022
·
1 revision
For the time being, we are maintaining two distinct codebases for pyani
. These are v0.2 and v0.3.
- v0.2 will be deprecated after a grace period, once v0.3 is released
- This is the "original" version of
pyani
, and will be deprecated - The package is called using
average_nucleotide_identity.py
with various options - This version is the one that is currently packaged on
pip
andbioconda
- The base branch for v0.2 is
version_0_2
- This is "modern"
pyani
- The program is called using
pyani [SUBCOMMAND]
with various options - The base branch for v0.3 is the default,
master
branch
It is important to git rebase
, git merge
and to issue pull requests against the correct base branch.