Clinical-Genomics / cg

Glue between Clinical Genomics apps
8 stars 2 forks source link

Sample sheets for single-sample lanes failing validation #3404

Closed diitaz93 closed 1 month ago

diitaz93 commented 4 months ago

Filled together with @Karl-Svard

As a production user who encounters a sample sheet of a flow cell with one sample per lane and that has no index in its samples, I want the sample sheet not to fail validation, So that the flow cell can be automatically demultiplexed and post-processed.

Acceptance Criteria

Notes

This has happened twice in the last weeks, most likely from flow cells whose sample sheets were regenerated from Bcl2fastq to BCLConvert. One of the flow cells in H3YVCALXX

Clarification

The validation cg performs on a sample sheet disallows samples with no indices even though they are permitted by the demux software.

Also the samplesheet generated by cg is not accepted by the validation on dragen.

Implementation plan

diitaz93 commented 4 months ago

Technical refinement

  1. Modify the OverrideCycles validator in cg/apps/demultiplex/sample_sheet/override_cycles_validator.py so that it parses correctly null indexes
diitaz93 commented 4 months ago

Affected FC: 161206_ST-E00201_0170_BH57JWALXX

diitaz93 commented 2 months ago

Happened again to flow cell 160401_ST-E00266_0079_BHK3YTCCXX, bumping the priority of this

diitaz93 commented 1 month ago

@Karl-Svard found the root cause of this issue in LIMS and patched it for the affected indexes. Re-open and inform KSV if this happens again