Skip to content

Commit

Permalink
use debug for missing transtable in GFF parsing fct
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Nov 5, 2024
1 parent 0cca65a commit c76c860
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 @@ -1220,7 +1220,7 @@ def check_chevrons_in_start_and_stop(
add_metadata_from_gff_file(contig_name_to_region_info, org, gff_file_path)

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 {gff_file_path}. Provided translation_table argument value was used instead: {translation_table}."
)
Expand Down

0 comments on commit c76c860

Please sign in to comment.