Skip to content

Commit

Permalink
update get reagent list
Browse files Browse the repository at this point in the history
  • Loading branch information
idalindegaard committed Nov 25, 2024
1 parent 7215c97 commit 415f018
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 @@ -53,7 +53,7 @@ def __init__(self, pool: float, denaturation: float, phix: float, naoh: float, b
)

def get_reagent_list(self):
return [self.pool, self.phix, self.naoh, self.buffer]
return [self.pool, self.denaturation, self.phix, self.naoh, self.buffer]


DENATURATION_VOLUMES = {
Expand Down

0 comments on commit 415f018

Please sign in to comment.