diff --git a/PanACoTA/utils.py b/PanACoTA/utils.py index ce42e3c9bfef300a164c79919990c9cf4ef202ae..87db17ae603fb1ae4c7c136001ce16d791a40cd1 100755 --- a/PanACoTA/utils.py +++ b/PanACoTA/utils.py @@ -625,7 +625,7 @@ def sort_proteins(x): except (IndexError, ValueError): logger = logging.getLogger("utils") logger.error(("ERROR: Protein {} does not have the required format. " - "It must contain, at least <alpha-num>_<num_only>, and at best " + "It must contain, at least <alpha-num_only>_<num_only>, and at best " "<name>.<date>.<strain_num>.<contig_info>_<prot_num>. " "Please change its name.").format(x)) sys.exit(1)