From df60002830cfe7c7087d0094650e5bd5e160bbe3 Mon Sep 17 00:00:00 2001 From: Katy Taylor Date: Wed, 18 Oct 2023 13:30:39 +0100 Subject: [PATCH] Add default records, to generate data for new Novaseq X flowcell types --- config/default_records/flowcell_types/default_records.yml | 4 ++++ .../flowcell_types_request_types/default_records.yml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/config/default_records/flowcell_types/default_records.yml b/config/default_records/flowcell_types/default_records.yml index 06bad83d51..39055dc621 100644 --- a/config/default_records/flowcell_types/default_records.yml +++ b/config/default_records/flowcell_types/default_records.yml @@ -17,3 +17,7 @@ S2: name: S2 10B: name: 10B +25B: + name: 25B +1.5B: + name: 1.5B \ No newline at end of file diff --git a/config/default_records/flowcell_types_request_types/default_records.yml b/config/default_records/flowcell_types_request_types/default_records.yml index ebfb5bf150..a7026f614b 100644 --- a/config/default_records/flowcell_types_request_types/default_records.yml +++ b/config/default_records/flowcell_types_request_types/default_records.yml @@ -21,3 +21,9 @@ S2: 10B: flowcell_type_name: 10B request_type_key: illumina_htp_novaseqx_paired_end_sequencing +25B: + flowcell_type_name: 25B + request_type_key: illumina_htp_novaseqx_paired_end_sequencing +1.5B: + flowcell_type_name: 1.5B + request_type_key: illumina_htp_novaseqx_paired_end_sequencing \ No newline at end of file