Clinical-Genomics / cg

Glue between Clinical Genomics apps
8 stars 2 forks source link

fix validate to admit manually modified sample sheets #3355

Closed diitaz93 closed 3 months ago

diitaz93 commented 3 months ago

Description

Fixes #3288 This PR introduces a distinction between a sample sheet failing validation by structural failures (most likely Bcl2Fastq or other old sample sheets) and failing by content (manually modified sample sheets). For this, two new exceptions replace the SampleSheetError: SampleSheetFormatError and SampleSheetContentError, respectively. Sample sheets failing validation for format will be regenerated as usual, but sample sheets failing for content will not.

Added

Changed

How to prepare for test

How to test

This version is a

Implementation Plan

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud