From 51a312cc87f1ba2e260658d5e0d4a19942a3489a Mon Sep 17 00:00:00 2001 From: jonas-fuchs Date: Mon, 23 Oct 2023 18:45:34 +0200 Subject: [PATCH] changed warning --- virheat/scripts/data_prep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virheat/scripts/data_prep.py b/virheat/scripts/data_prep.py index ec82828..8fdefe3 100644 --- a/virheat/scripts/data_prep.py +++ b/virheat/scripts/data_prep.py @@ -269,7 +269,7 @@ def create_track_dict(unique_mutations, gff3_info, annotation_type): gff3_info[type][annotation]["stop"]) ) if not genes_with_mutations: - print("\033[31m\033[1mWARNING:\033[0m either the annotation types were not found in gff3 or no genes with mutations.") + print("\033[31m\033[1mWARNING:\033[0m either the annotation types were not found in gff3 or the mutations are not within genes.") return {}, 0 # create a dict and sort