Skip to content

Commit

Permalink
set Run Mode as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed Nov 15, 2023
1 parent 44e74aa commit 6c92f5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cg_lims/EPPs/udf/set/set_sequencing_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def set_process_udfs(process: Process, parent_process: Process) -> None:
library_tube_strip: str = get_library_tube_strip(process=parent_process)
flow_cell_type: str = get_flow_cell_type(process=parent_process)
process.udf["Library Tube Strip ID"] = library_tube_strip
process.udf["Run Mode"] = flow_cell_type
process.udf["Read 1 Cycles"] = DEFAULT_READ_LENGTHS[flow_cell_type]
process.udf["Read 2 Cycles"] = DEFAULT_READ_LENGTHS[flow_cell_type]
process.udf["Index Read 1"] = DEFAULT_INDEX_LENGTHS[flow_cell_type]
Expand Down

0 comments on commit 6c92f5f

Please sign in to comment.