Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gbggrant committed May 19, 2022
1 parent 7365e21 commit d94afbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ task ClinvarSignificance {
echo "The VAT table ~{fq_vat_table} has the correct values for clinvar classification" > ~{results_file}
echo "true" > ~{pf_file}
else
echo "The VAT table ~{fq_vat_table} has an incorrect values for clinvar classification" > ~{results_file}
echo "The VAT table ~{fq_vat_table} has incorrect values for clinvar classification" > ~{results_file}
fi
>>>
# ------------------------------------------------
Expand Down

0 comments on commit d94afbe

Please sign in to comment.