Skip to content

Releases: Molmed/checkQC

v4.0.5

12 Sep 08:18
4651d2a
Compare
Choose a tag to compare

What's Changed

  • DATAOPS-779: Fix bug in undetermined percentage handler by @matrulda in #117

Full Changelog: v4.0.4...v4.0.5

v4.0.4

10 Jul 08:27
dfba84e
Compare
Choose a tag to compare

What's Changed

  • Pin numpy<2 to avoid incompatibility with interop
  • Dataops 638 q30 drop per cycle by @monikaBrandt in #115

Full Changelog: v4.0.3...v4.0.4-rc1

v4.0.3

30 May 12:35
5bc0580
Compare
Choose a tag to compare

What's Changed

  • Fixed issue where incorrect read numbers would be displayed by @nkongenelly in #114

Full Changelog: v4.0.2...v4.0.3

v4.0.2

08 Apr 12:09
cbd0a3a
Compare
Choose a tag to compare

Patch update:

  • The Q30 Handler now checks the index reads as well.

v4.0.1

18 Mar 14:13
24719df
Compare
Choose a tag to compare

Patch change:

  • Bumped version to be able to make a new PyPI release with the correct tag.

v4.0.0

07 Dec 12:02
639d3e2
Compare
Choose a tag to compare

Major changes

  • CheckQC now requires Python v3.10

Minor Changes

  • Update Reagent Recognizer to support NovaSeq X Plus Control Software v1.2

Update dependencies

05 Jul 11:47
b72cc83
Compare
Choose a tag to compare

Update dependency to interop.

Add support for NovaSeq X Plus

04 May 10:28
159306d
Compare
Choose a tag to compare

This version introduces support for NovaSeq X Plus instruments.

Add support for Nano and Micro MiSeqs

25 Oct 13:11
2b35d21
Compare
Choose a tag to compare

New feature:

  • Added support for Nano and Micro Miseq flowcells that produces less data than a regular flowcell. CheckQC can now detect those types of runs and QC criteria for those types have been added to the config.

Use PyYAML's safe_load instead of load

25 Nov 14:43
e44042e
Compare
Choose a tag to compare

Patch changes:

  • Use PyYAML's safe_load instead of load (#101)