Skip to content

Commit

Permalink
remove figures mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-la committed Apr 22, 2024
1 parent ca456ca commit a42d9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panpipes/python_scripts/plot_qc_spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@

figdir = args.figdir

if not os.path.exists(figdir):
os.mkdir(figdir)
# if not os.path.exists(figdir):
# os.mkdir(figdir)

sc.settings.figdir = figdir
sc.set_figure_params(scanpy=True, fontsize=14, dpi=300, facecolor='white', figsize=(5,5))
Expand Down

0 comments on commit a42d9d9

Please sign in to comment.