Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichl committed Feb 23, 2024
1 parent 89f12b8 commit b51b90a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rule all:
plot_type=['VlnPlot', 'RidgePlot', 'DotPlot', 'Heatmap'],
category=config["vis_categories"],
feature_list=vis_features_normalized,
)) if (config["stop_after"]=="NORMALIZED") else [],
)) if (config["stop_after"]=="NORMALIZED" or config["stop_after"]=="CORRECTED") else [],
corrected_plot_dirs = (expand(os.path.join(result_path,'{split}','{step}','plots','{plot_type}','{category}','{feature_list}'),
split=data_splits,
step=["CORRECTED"],
Expand Down
4 changes: 2 additions & 2 deletions workflow/envs/inspectdf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ channels:
- conda-forge
- defaults
dependencies:
- r-inspectdf=0.0.11
- r-data.table=1.14.8
- r-inspectdf=0.0.12
- r-data.table=1.14.10

0 comments on commit b51b90a

Please sign in to comment.