diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e5b69..dc9aa46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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/21725fe...HEAD +[Unreleased]: https://github.com/althonos/orthoani/compare/v0.1.0...HEAD + +## [v0.1.0] - 2020-06-15 +[v0.1.0]: https://github.com/althonos/orthoani/compare/21725fe...v0.1.9 Initial release. diff --git a/README.md b/README.md index dd0eaa3..6424f6d 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,10 @@ $ python -m orthoani -q sequence1.fa -r sequence2.fa `orthoani` uses the machine temporary folder to handle BLAST+ input and output files, which is configurable through [`tempfile.tempdir`](https://docs.python.org/3/library/tempfile.html#tempfile.tempdir). -On some systems (like ArchLinux), this filesystem can reside only in memory, -which means that your computer could have trouble processing very large files. -If this happens, try changing the value of the `tempfile.tempdir` to a directory -that is actually on physical storage. +On some systems (like ArchLinux), this filesystem can reside in memory, which means +that your computer could have trouble processing very large files. If this +happens, try changing the value of the `tempfile.tempdir` to a directory that +is actually located on physical storage. ## 📜 About