Skip to content

Commit

Permalink
forgot to do a last black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
idalindegaard committed Jan 24, 2025
1 parent 508b00d commit 538da07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cg_lims/EPPs/udf/calculate/revio_abc_volumes.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ def set_total_ABC_volumes(
"""Calculate and set the total master mix and reagent volumes needed for all samples in the step.
Adding some excess specified in the cli command."""

process.udf["Total Annealing Mix Volume (ul)"] = calculate_total_ABC_volumes(factor=factor, total_sample_volume=total_sample_volume)
process.udf["Total Annealing Mix Volume (ul)"] = calculate_total_ABC_volumes(
factor=factor, total_sample_volume=total_sample_volume
)
process.udf["Annealing Buffer Volume (ul)"] = calculate_total_ABC_volumes(
factor=factor,
total_sample_volume=total_sample_volume,
Expand Down

0 comments on commit 538da07

Please sign in to comment.