We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbf973 commit 0c35995Copy full SHA for 0c35995
src/datasets/loaders/vizgen_merscope/script.py
@@ -75,7 +75,7 @@ def read_boundary_hdf5(folder):
75
data.to_csv(count_path)
76
obs.to_csv(obs_path)
77
78
-RAW_DATA_DIR = Path(par["input_dir"])
+RAW_DATA_DIR = Path(par["input"])
79
80
if not (RAW_DATA_DIR / "cell_boundaries.parquet").exists():
81
read_boundary_hdf5(str(RAW_DATA_DIR))
0 commit comments