We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b47ab17 commit afba18fCopy full SHA for afba18f
1 file changed
src/ticlust/ticlust.py
@@ -1285,8 +1285,8 @@ def update_taxonomy(
1285
self.full_tax_zotu_df = updated_filterd_table
1286
ticlust_logger.info("ZOTU table taxonomy updated successfully.")
1287
1288
- ticlust_logger.warning(
1289
- "%d zOTUs' taxonomies were updated.",
+ ticlust_logger.info(
+ "%d ZOTUs' taxonomies were updated.",
1290
len(was_in_map)
1291
)
1292
0 commit comments