Skip to content

Commit a9eaa3b

Browse files
committed
Fix error message
1 parent f1dc253 commit a9eaa3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/rules/common.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ def select_problematic_vcf():
7878
elif Path(config["PROBLEMATIC_VCF"]).is_file():
7979
return config["PROBLEMATIC_VCF"]
8080
else:
81-
raise FileNotFoundError(f"No mapping references FASTA file was found at '{config['MAPPING_REFERENCES_FASTA']}' (see README.md).")
81+
raise FileNotFoundError(f"No problematic VCF file was found at '{config['PROBLEMATIC_VCF']}' (see README.md).")

0 commit comments

Comments
 (0)