Skip to content

Releases: Molmed/checkQC

Clearer QC messages

10 Aug 08:53
274193d
Compare
Choose a tag to compare

Patch changes:

  • Fixed travis integration issue
  • Updated QC messages in unidentified index handler to be clearer about which index it is referring to

v1.5 reagents adjustements to NovaSeq

01 Jul 08:53
ba451f1
Compare
Choose a tag to compare

Patch changes:

  • Minor adjustments of NovaSeq QC thresholds to account for the v1.5 reagents.

Default config update and fixing docs (with bumped version number)

13 Oct 13:28
5d708e5
Compare
Choose a tag to compare

New release since version number never was incremented in the last one

Patch updates:

  • Bioconda information added to README
  • Docs building fixes
  • Updated some QC thresholds in the default config

Default config update and fixing docs

13 Oct 12:31
ac2d501
Compare
Choose a tag to compare

Patch updates:

  • Bioconda information added to README
  • Docs building fixes
  • Updated some QC thresholds in the default config

Update interop requirement

23 Apr 10:19
f3d1cd6
Compare
Choose a tag to compare

Patch release:

  • Fixed problem where NovaSeq SP couldn't be run #88

New feature: Use closest read length

16 Dec 19:20
40901e5
Compare
Choose a tag to compare

It is possible to instruct CheckQC to use the closest read length if the read length of the run is not found in the config. In case of a tie between two read lengths, the longer read length (with stricter QC criteria) will be used.

Usage:
$ checkqc --use-closest-read-length <RUNFOLDER>

This parameter can be supplied to the webservice as a query argument:
curl -s -w'\n' localhost:9999/qc/170726_D00118_0303_BCB1TVANXX?useClosestReadLength | python -m json.tool

New feature: Downgrade errors

11 Oct 12:38
622f4ac
Compare
Choose a tag to compare

It is now possible to downgrade errors to warnings for specific handlers. Prior to evaluating the QC criteria, the config will be updated so that warning threshold = error threshold and error threshold = unknown. Read more about usage in the docs.

New feature: Index white-list

13 Jun 14:46
64a5ccc
Compare
Choose a tag to compare

It is now possible to specify white-list indexes that only cause warnings even if they occur above the significance level.

Small QC config update

23 May 09:15
1507176
Compare
Choose a tag to compare

Patch:
Updated Q30 threshold for hiseqx_v2.

QC critera for NovaSeq SP 101 bp

07 Mar 15:51
a52f70d
Compare
Choose a tag to compare

Patch:
QC criteria for NovaSeq SP, read length 101 bp, have been added to the default config.