From 9529b48772a0fe06fcddc77620ecd7b39b40533b Mon Sep 17 00:00:00 2001 From: Gordon Julian Koehn Date: Fri, 22 Nov 2024 12:54:56 +0100 Subject: [PATCH] Update scripts/vp_transformer.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/vp_transformer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vp_transformer.py b/scripts/vp_transformer.py index a375a06..fc1ac98 100644 --- a/scripts/vp_transformer.py +++ b/scripts/vp_transformer.py @@ -168,7 +168,7 @@ def get_metadata(sample_id: str, batch_id: str, timeline: Path, primers: Path) - f"No matching entry found in timeline for sample_id {metadata['sample_id']} and batch_id {metadata['batch_id']}" ) # Read the primers yaml to get additional metadata - # find the key with matching primer_protocol and ge the "name" value + # find the key with matching primer_protocol and get the "name" value # as the canonical name of the primer protocol if not primers.is_file(): logging.error(f"Primers file not found or is not a file: {primers}")