Skip to content

Commit

Permalink
changed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-fuchs committed Oct 23, 2023
1 parent e64640b commit 51a312c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virheat/scripts/data_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51a312c

Please sign in to comment.