Skip to content

Commit

Permalink
activate
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Jun 7, 2024
1 parent eecdc9a commit 18d57f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/depiction_targeted_preproc/example/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"cluster_default_stats_kmeans.csv",
"cluster_default_kmeans.png",
"cluster_default_hdbscan.png",
"qc/plot_marker_presence_mini.pdf",
],
}

Expand Down
2 changes: 1 addition & 1 deletion src/depiction_targeted_preproc/workflow/experimental.smk
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rule qc_plot_marker_presence_mini:
table_marker_distances_baseline="{sample}/qc/table_marker_distances_baseline_mini.parquet",
table_marker_distances_calib="{sample}/qc/table_marker_distances_calib_mini.parquet"
output:
pdf="{sample}/qc/plot_marker_presence.pdf"
pdf="{sample}/qc/plot_marker_presence_mini.pdf"
shell:
"python -m depiction_targeted_preproc.workflow.qc.plot_marker_presence"
" --table-marker-distances-baseline {input.table_marker_distances_baseline}"
Expand Down

0 comments on commit 18d57f3

Please sign in to comment.