Skip to content

Commit

Permalink
🚑️ Fix typo in kf target_api_plugin
Browse files Browse the repository at this point in the history
workflow_tool and workflow_type are misspelled
  • Loading branch information
chris-s-friedman committed Aug 2, 2024
1 parent e05591a commit 2ac2849
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,8 @@ def hashes(record):
"reference_genome": record.get(
CONCEPT.GENOMIC_FILE.REFERENCE_GENOME
),
"worflow_type": record.get(CONCEPT.GENOMIC_FILE.WORKFLOW_TYPE),
"worflow_tool": record.get(CONCEPT.GENOMIC_FILE.WORKFLOW_TOOL),
"workflow_type": record.get(CONCEPT.GENOMIC_FILE.WORKFLOW_TYPE),
"workflow_tool": record.get(CONCEPT.GENOMIC_FILE.WORKFLOW_TOOL),
"workflow_version": record.get(
CONCEPT.GENOMIC_FILE.WORKFLOW_VERSION
),
Expand Down

0 comments on commit 2ac2849

Please sign in to comment.