Skip to content

Commit

Permalink
Merge pull request #296 from labgem/adjust_log_and_bar
Browse files Browse the repository at this point in the history
Adjust logging and fix unwanted progress bar
  • Loading branch information
axbazin authored Oct 29, 2024
2 parents 9526e46 + af0c675 commit 92263af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions ppanggolin/projection/projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,7 @@ def annotate_input_genes_with_pangenome_families(
identity=identity,
coverage=coverage,
translation_table=translation_table,
disable_bar=disable_bar,
)
else:
_, seqid_to_gene_family = get_input_seq_to_family_with_all(
Expand Down

0 comments on commit 92263af

Please sign in to comment.