Releases: althonos/orthoani
Releases · althonos/orthoani
v0.6.0
0.5.0
Fixed
- Exception messages not properly rendering with
--traceback
enabled. - Use
os.cpu_count
instead ofmultiprocessing.cpu_count
where applicable. - Make
BlockIterator
zero-copy using indices instead of slices.
Changed
- Use
seqidlist
to reduce number of blocks compared in backward search. - Switch to use BLASTdb v5 (instead of v4 previously).
- Prefix temporary files with
orthoani
prefix. - Skip blocks containing more than 80% unknown nucleotides like in original implementation.
- Average ANI values based on HSPs instead of reciprocical blocks like in original implementation.
0.4.0
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
Added
threads
argument controlling BLASTn thread count toorthoani
andorthoani_pairwise
.-j
/--jobs
flag controlling BLASTn thread count to CLI.- Proper documentation and error codes to CLI.
orthoani
console script to call the CLI withoutpython -m
invocation.
0.1.0-post1
Fixed
- Travis-CI badge not rendering on
README.md
.
Changed
- Made development status Beta instead of Alpha in
setup.cfg
.