This is release 0.6.0 of covid-spike-classification
The main features of this version are:
* Added support for K417T and T732A mutation calls
* Mutations are now fully ordered in the output, we don't treat a handful of
mutations as special by listing them first anymore
Detailed changes:
Kai Blin (10):
README: Add reference to the paper
core: Just sort regions by position
core: Add K417T mutation
chore: Run lint/tests from a makefile for easier local testing
chore: Add missing K417T test file
core: Add T732A mutation call
chore: Make flake8 happy on the test files
tests: Make sure we don't miss test files in future
chore: Add more things to the gitignore file
Bump version to 0.6.0