Skip to content

Commit

Permalink
update denaturation_volumes dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
idalindegaard committed Nov 22, 2024
1 parent 37f2bc0 commit 7215c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg_lims/EPPs/udf/calculate/novaseq_x_denaturation.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_reagent_list(self):
DENATURATION_VOLUMES = {
FlowCellTypes.FLOW_CELL_10B: NovaSeqXDenaturation(
pool=FlowCellLaneVolumes10B.POOL_VOLUME,
denaturation=FlowCellLaneVolumes10B.DENATURATION_VOLUME
denaturation=FlowCellLaneVolumes10B.DENATURATION_VOLUME,
phix=FlowCellLaneVolumes10B.PHIX_VOLUME,
naoh=FlowCellLaneVolumes10B.NAOH_VOLUME,
buffer=FlowCellLaneVolumes10B.BUFFER_VOLUME,
Expand Down

0 comments on commit 7215c97

Please sign in to comment.