Skip to content

Commit 0c35995

Browse files
authored
Rename par argument in vizgen merscope loader (#61)
1 parent dfbf973 commit 0c35995

File tree

1 file changed

+1
-1
lines changed
  • src/datasets/loaders/vizgen_merscope

1 file changed

+1
-1
lines changed

src/datasets/loaders/vizgen_merscope/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def read_boundary_hdf5(folder):
7575
data.to_csv(count_path)
7676
obs.to_csv(obs_path)
7777

78-
RAW_DATA_DIR = Path(par["input_dir"])
78+
RAW_DATA_DIR = Path(par["input"])
7979

8080
if not (RAW_DATA_DIR / "cell_boundaries.parquet").exists():
8181
read_boundary_hdf5(str(RAW_DATA_DIR))

0 commit comments

Comments
 (0)