Skip to content

Commit

Permalink
re-add check
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahOuologuem committed Mar 5, 2024
1 parent 405f40f commit 6437200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panpipes/panpipes/pipeline_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ def plot_marker_dotplots(marker_file, log_file, outfile,
"""
data_obj=PARAMS['sample_prefix'] + "_clustered.h5mu"
# check there is a figures directory
#if not os.path.exists(fig_path):
# os.makedirs(fig_path)
if not os.path.exists(fig_path):
os.makedirs(fig_path)
cmd = """
python %(py_path)s/plot_scanpy_markers.py \
--infile %(data_obj)s \
Expand Down

0 comments on commit 6437200

Please sign in to comment.