Skip to content

Commit

Permalink
use debug to inform on missing translation table in input files
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Oct 29, 2024
1 parent ac13ec7 commit af0c675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppanggolin/annotate/annotate.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ def read_org_gbff(
contig.add_metadata(Metadata(source="annotation_file", **metadata_dict))

if used_transl_table_arg:
logging.getLogger("PPanGGOLiN").info(
logging.getLogger("PPanGGOLiN").debug(
f"transl_table tag was not found for {used_transl_table_arg} CDS "
f"in {gbff_file_path}. Provided translation_table argument value was used instead: {translation_table}."
)
Expand Down

0 comments on commit af0c675

Please sign in to comment.