Releases: Clinical-Genomics/cg_lims
Releases · Clinical-Genomics/cg_lims
Release v7.4.0
Add new EPP for automatically setting ONT sequencing settings (#485)(minor)
Added
- New EPP for automatically setting ONT sequencing settings
Release v7.3.0
Add new EPP for calculating the amount in fmol and ng (#484)(minor)
Added
- new EPP for calculating amounts of samples, in both fmol and ng
- new constants for average molecular weight of dsDNA
Release v7.2.0
Add new EPP for the creation of ONT sample sheets (#483)(minor)
Added
- new EPP for generating ONT sample sheets
- new models for these sample sheets
Release v7.1.0
Add new EPP for parsing ONT JSON reports (#482)(minor)
Added
- new EPP for parsing ONT JSONs
- new optional flags for specifying root paths
Release v7.0.0
rename cli function and add missing pytests (#480)(major)
Changed
- Renamed the Python module from twist_aliquot_volume.py -> aliquot_volume.py
- Renamed the Click subcommand from "twist-aliquot-volume" to "aliquot-volume" (changes needed for the existing automations!)
Added
- Pytests for the aliquot_volume.py module
Fixed
- Spelling and imports
Release v6.17.3
Add option to requeue input artifacts in rerun samples EPP (#481)(patch)
Added
- input flag to rerun EPP
- more logging
Release v6.17.2
Update Calculate Amount EPP in TWIST Aliquot step (#475)
Changed
- Updated the twist_aliquot_amount EPP to not give in negative aliquot volumes for samples with lower concentrations.
Release v6.17.1
delete error msg in file_to_udf (#474)
Changed
Changed script to not give an error message that some samples could not be found in the file
Release v6.17.0
Skip RC QC EPP updates (#470)(minor)
Added
- new option to skip error messages to the copy EPP sample_to_artifact.py
- new measurement and input artifact flags for the calculate EPP calculate_amount_ng.py
Release v6.16.4
Format the entire repo with Black and iSort (#469)(patch)
Fixed
- the formatting of all the Python files in the repository