Skip to content

Commit

Permalink
update NovaSeqXDenaturation class again
Browse files Browse the repository at this point in the history
  • Loading branch information
idalindegaard committed Nov 22, 2024
1 parent cc728d6 commit 37f2bc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cg_lims/EPPs/udf/calculate/novaseq_x_denaturation.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ def __init__(self, per_lane_udf: str, total_udf: str, volume: float):
class NovaSeqXDenaturation:
def __init__(self, pool: float, denaturation: float, phix: float, naoh: float, buffer: float):
self.pool: DenaturationReagent = DenaturationReagent(
per_lane_udf="Per Lane Volume Total (ul)",
total_udf="Total Volume of Pool to Denature (ul)",
volume=pool,
)
self.denaturation: DenaturationReagent = DenaturationReagent(
per_lane_udf="Volume of Pool to Denature (ul) per Lane",
total_udf="Total Volume Denaturation (ul)",
volume=denaturation,
)
self.phix: DenaturationReagent = DenaturationReagent(
Expand Down

0 comments on commit 37f2bc0

Please sign in to comment.