Skip to content

Commit 042e5ab

Browse files
author
Alexander Hillsley
committed
add path to new plots
1 parent 1815846 commit 042e5ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ops_model/data/paths.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,12 @@ def __init__(self, experiment: str, well: str = None):
2727
/ "3-assembly"
2828
/ f"cell-profiler/cellprofiler_features.csv"
2929
)
30+
self.embedding_plot_dir = (
31+
self.base
32+
/ self.experiment
33+
/ "3-assembly"
34+
/ "cell-profiler"
35+
/ "embedding_plots"
36+
)
3037

3138
self.gene_library = "/hpc/projects/intracellular_dashboard/ops/configs/annotated_guide_library_123-UpdateJuly28_2025.csv"

0 commit comments

Comments
 (0)