Skip to content

Releases: Clinical-Genomics/cg

Release v67.0.9

28 Jan 13:26
Compare
Choose a tag to compare

Patch user rule (#4163) (patch)

Fixed

  • Admins are allowed to place orders for all customers

Release v67.0.8

28 Jan 09:43
Compare
Choose a tag to compare

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

28 Jan 08:47
Compare
Choose a tag to compare

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

27 Jan 13:05
Compare
Choose a tag to compare

add d4 to rd scout load config (#4154) | patch

Added

  • Add d4_file to raredisease scout load config

Release v67.0.5

27 Jan 08:58
Compare
Choose a tag to compare

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

27 Jan 08:43
Compare
Choose a tag to compare

Fix order messages (#4147) (patch)

Fixed

  • New lines for every sample
  • Use sample priority name to avoid ints

Release v67.0.3

23 Jan 15:23
Compare
Choose a tag to compare

fix typo (#4151) | patch

Fixed

  • Typo in paths for raredisease

Release v67.0.2

23 Jan 10:37
Compare
Choose a tag to compare

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

23 Jan 10:27
Compare
Choose a tag to compare

update raredisease filenames (#4141) | patch

Changed

  • Typo in stranger step
  • Path to chromograph files sites and regions

Release v67.0.0

23 Jan 09:02
Compare
Choose a tag to compare

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