Release v54.10.4
clingen-sthlm
released this
08 Jan 14:12
·
1205 commits
to master
since this release
fix sample sheet validation (#2806)(patch)
Description
As described in #2804, sample sheet validation does not take into account the bcl converter of the flow cell.
Added
- This PR adds a check inside the method
validate_sample_sheet
of the classFlowCellDirectoryData
that compares the sample sheet type extracted from the sample sheet itself and the bcl converter of theFlowCellDirectoryData
. If they don't match, it fails the validation and informs this mismatch in the logs as a warning.