Skip to content

Commit

Permalink
fix master step name
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed May 22, 2024
1 parent 36d8656 commit 143c95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg_lims/EPPs/udf/calculate/ont_sequencing_reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_loading_amount(lims: Lims, sample_id: str) -> float:
def get_reload_amounts(lims: Lims, sample_id: str) -> List[float]:
"""Return any potential reloading amounts of the flow cell."""
result_files = lims.get_artifacts(
process_type="ONT Sequencing and Reloading v2", samplelimsid=sample_id, type="ResultFile"
process_type="ONT Sequencing and Reloading", samplelimsid=sample_id, type="ResultFile"
)
amounts = []
for result_file in result_files:
Expand Down

0 comments on commit 143c95f

Please sign in to comment.