Releases: Molmed/checkQC
Releases · Molmed/checkQC
v4.0.5
v4.0.4
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
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
v4.0.1
v4.0.0
Update dependencies
Update dependency to interop
.
Add support for NovaSeq X Plus
This version introduces support for NovaSeq X Plus instruments.
Add support for Nano and Micro MiSeqs
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
Patch changes:
- Use PyYAML's safe_load instead of load (#101)