Skip to content

Releases: kblin/covid-spike-classification

Release 0.3.0

06 Feb 09:10
v0.3.0
Compare
Choose a tag to compare

This is release 0.3.0 of covid-spike-classification.

This version removes attempts to call the variants in favour of just pointing
out the important mutations (E484K and N501Y at this time).
It also improves compatibility with Python 3.7 and supports classification of
reads that were called in the reverse complement.

Detailed changes:

Kai Blin (4):
      core: Don't try to call variants anymore.
      core: use copy2 instead of copytree for 3.7 compatibility
      core: Also support reads that are mapped in reverse complement
      Bump version to 0.3.0

Release 0.2.4

03 Feb 09:19
v0.2.4
Compare
Choose a tag to compare

This is release 0.2.4 of covid-spike-classification.

This release is a bugfix release that stops the whole script from aborting if
a single input trace is bad and fails to generate a proper FASTQ output,
causing bowtie2 to fail.

Detailed changes:

Kai Blin (4):
      README: add link to repository
      core: More robustly deal with bowtie2 falling over on some inputs
      core: add some spaces to labels, validated on simulated tests
      Bump version to 0.2.4