Skip to content

Commit

Permalink
Update run_scib.py
Browse files Browse the repository at this point in the history
Added 'L.info("Done")' to the end of the script for consistency with other workflows.
  • Loading branch information
JarneBelien authored Jul 26, 2024
1 parent 121b110 commit 2f5939a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panpipes/python_scripts/run_scib.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,5 @@
df.to_csv(os.path.join(args.fig_dir, modality, "scib_metrics_min_max_scaled.csv"))
else:
df.to_csv(os.path.join(args.fig_dir, modality, "scib_metrics.csv"))

L.info("Done")

0 comments on commit 2f5939a

Please sign in to comment.