Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Jan 24, 2025
1 parent 55eeafd commit d473a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{% labelled label="Gene/Transcript Information" %}
{% if details.genes_and_transcripts %}
<div>
<b>Lastest cdot</b> {{ details.genes_and_transcripts.latest_cdot }}
<b>Latest cdot</b> {{ details.genes_and_transcripts.latest_cdot }}
</div>
<div>
<b>Annotation:</b> {{ details.annotation_consortium }}
Expand Down
2 changes: 1 addition & 1 deletion variantgrid/deployment_validation/vep_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def check_vep() -> dict:
diff = vav_diff_vs_kwargs(vav, vep_vav_kwargs)
warning = None
if diff:
warning = "Lastest VariantAnnotationVersion doesn't match current VEP settings " + \
warning = "Latest VariantAnnotationVersion doesn't match current VEP settings " + \
f"(warning only as this may be what you want). {diff=} Upgrade via '{create_vav_cmd}'"
vep_data[f"latest_variant_annotation_{genome_build}_matches_current_vep"] = {
"valid": True,
Expand Down

0 comments on commit d473a07

Please sign in to comment.