Skip to content
Snippets Groups Projects
Commit affbee5e authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

more precise docstring

parent aa0a86b6
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment