Skip to content

Commit

Permalink
Update cg/services/order_validation_service/workflows/rna_fusion/mode…
Browse files Browse the repository at this point in the history
…ls/sample.py

Co-authored-by: Isak Ohlsson Ångnell <40887124+islean@users.noreply.github.com>
  • Loading branch information
RasmusBurge-CG and islean authored Nov 15, 2024
1 parent 98904e9 commit 642d897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class RnaFusionSample(Sample):
age_at_sampling: float | None = None
concentration_ng_ul: float | None = None
control: ControlEnum | None
elution_buffer: str | None = None
elution_buffer: ElutionBuffer | None = None
formalin_fixation_time: int | None = None
phenotype_groups: list[str] | None = None
phenotype_terms: list[str] | None = None
Expand Down

0 comments on commit 642d897

Please sign in to comment.