Skip to content

Commit

Permalink
update udf name for ont run
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed Mar 6, 2024
1 parent b95b6ba commit cecf758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg_lims/EPPs/files/ont_json_to_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_flow_cell_id(artifact: Artifact) -> str:
def get_experiment_id(artifact: Artifact) -> str:
""""""
parent_process = artifact.parent_process
if not parent_process.udf.get("Experiment ID"):
if not parent_process.udf.get("ONT Experiment Name"):
raise MissingUDFsError(
f"Artifact {artifact.name} (from process {parent_process.id}) is missing an experiment ID!"
)
Expand Down

0 comments on commit cecf758

Please sign in to comment.