You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pl.col("coassembly").map_elements(lambdax: logging.warn(f"{x} has been previously suggested"))
786
809
)
787
810
elifnotargs.exclude_coassemblies:
788
-
logging.warn("Suggested coassemblies may match those from previous iterations. To check, use `--elusive-clusters`. To exclude manually, use `--exclude-coassembles`")
811
+
logging.warn("Suggested coassemblies may match those from previous iterations. To check, use `--elusive-clusters`.")
812
+
logging.warn("To exclude, provide previous run with `--coassemble-output` or use `--exclude-coassembles`.")
789
813
790
814
logging.info(f"Ibis iterate complete.")
791
815
logging.info(f"Cluster summary at {os.path.join(args.output, 'coassemble', 'summary.tsv')}")
0 commit comments