We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dc253 commit a9eaa3bCopy full SHA for a9eaa3b
workflow/rules/common.smk
@@ -78,4 +78,4 @@ def select_problematic_vcf():
78
elif Path(config["PROBLEMATIC_VCF"]).is_file():
79
return config["PROBLEMATIC_VCF"]
80
else:
81
- raise FileNotFoundError(f"No mapping references FASTA file was found at '{config['MAPPING_REFERENCES_FASTA']}' (see README.md).")
+ raise FileNotFoundError(f"No problematic VCF file was found at '{config['PROBLEMATIC_VCF']}' (see README.md).")
0 commit comments