Releases: Clinical-Genomics/cg
Releases · Clinical-Genomics/cg
Release v67.0.9
Release v67.0.8
Patch existing parents in rules (#4160) (patch)
Fixed
- validate_father_in_same_case works with existing samples
- validate_mother_in_same_case works with existing samples
- validate_fathers_are_male works with existing samples
- validate_mothers_are_female works with existing samples
Release v67.0.7
Add option to use BWA-MEM in Fluffy analysis commands (#4158)
Added
- Option to use BWA-MEM in fluffy analysis commands
Release v67.0.6
Release v67.0.5
Fix tests from improve order flow (#4152)(patch)
Fix some tests set to fail in the main branch and adds a test for the case when skipping reception control is set to true.
Release v67.0.4
Fix order messages (#4147) (patch)
Fixed
- New lines for every sample
- Use sample priority name to avoid ints
Release v67.0.3
Release v67.0.2
Patch skip rc (#4146)(patch)
Description
Sometimes skip reception control gets sent as None. This gets converted to False now.
Fixed
- skip_reception_control gets converted to False if null
Release v67.0.1
update raredisease filenames (#4141) | patch
Changed
- Typo in stranger step
- Path to chromograph files sites and regions
Release v67.0.0
Feat(Orders) Introduce comprehensive order validation (#3815)(major)
Added
- New validation flow for all order types
- New OrderValidationService
- New BaseModel's for all order types performing basic validation such as type checking
- Rules written for each validation for more complicated rules, including database checks and fields dependent on each other.
- New endpoint for validating orders
- New Request handling in submit_order