Recent Releases of pyorthoani
pyorthoani - v0.7.0
Changed
- Rename
orthoanitopyorthoani. - Use
pyproject.tomlinstead ofsetup.pyto handle project withsetuptools.
- Python
Published by github-actions[bot] about 1 year ago
pyorthoani - v0.6.0
Changed
- Make
better-exceptionsan optional dependency. ### Fixed - Discrepancy with OrthoANI values for high similarity genomes (#2).
- Remaining files of temporary BLAST databases not being removed. ### Removed
- Support for Python 3.5.
- Python
Published by github-actions[bot] over 1 year ago
pyorthoani - 0.5.0
Fixed
- Exception messages not properly rendering with
--tracebackenabled. - Use
os.cpu_countinstead ofmultiprocessing.cpu_countwhere applicable. - Make
BlockIteratorzero-copy using indices instead of slices. ### Changed - Use
seqidlistto reduce number of blocks compared in backward search. - Switch to use BLASTdb v5 (instead of v4 previously).
- Prefix temporary files with
orthoaniprefix. - 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.
- Python
Published by althonos over 4 years ago
pyorthoani - 0.4.0
Changed
- Entire sequences smaller than the given blocksize will be padded with N.
biopythonrequirement was relaxed tov1.73. ### Fixed- Code using builtin API not available in Python3.5.
- Python
Published by althonos over 5 years ago
pyorthoani - 0.3.2
Fixed
orthoaniCLI ignoring the value of the--jobsflag.
- Python
Published by althonos over 5 years ago
pyorthoani - 0.3.1
Fixed
blastnandmakeblastdbbeing called withshell=True, causing issues if shell cannot be forked.- Traceback not being displayed even with
--tracebackflag. ### Changed - ANI values are collected using
decimal.Decimalinstead offloat.
- Python
Published by althonos over 5 years ago
pyorthoani - 0.3.0
Added
- Support for genomes segmented in multiple contigs.
- Python
Published by althonos over 5 years ago
pyorthoani - 0.2.1
Fixed
- Temporary files with chopped FASTA not being deleted.
- Python
Published by althonos over 5 years ago
pyorthoani - 0.2.0
Added
threadsargument controlling BLASTn thread count toorthoaniandorthoani_pairwise.-j/--jobsflag controlling BLASTn thread count to CLI.- Proper documentation and error codes to CLI.
orthoaniconsole script to call the CLI withoutpython -minvocation.
- Python
Published by althonos over 5 years ago
pyorthoani - 0.1.0-post1
Fixed
- Travis-CI badge not rendering on
README.md. ### Changed - Made development status Beta instead of Alpha in
setup.cfg.
- Python
Published by althonos over 5 years ago