Skip to content

Commit

Permalink
Update scripts/vp_transformer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
gordonkoehn and Copilot authored Nov 22, 2024
1 parent 25a83e3 commit 9529b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/vp_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 9529b48

Please sign in to comment.