@@ -234,26 +234,27 @@ Bernoulli sample and therefore contains only 0 and 1.
234234
235235### 4.1 Prepare the perturbation H5MU
236236
237- The paper uses processed GSE274113 paired multiome data. The processed H5MU is
238- not currently hosted by this repository, so do not substitute OpenProblem:
237+ The paper uses processed GSE274113 paired multiome data. Download the exact
238+ version used by this tutorial from Zenodo. The file is 31.15 GB; the command
239+ supports resuming and verifies its byte size and MD5 before publishing it at
240+ the requested path:
239241
240242``` bash
241- export PERTURBATION_H5MU=/path/to/GSE274113_filtered.h5mu
243+ multiflow data download gse274113 \
244+ --output data/GSE274113_filtered.h5mu \
245+ --accept-license
246+
247+ export PERTURBATION_H5MU=data/GSE274113_filtered.h5mu
242248multiflow data validate " $PERTURBATION_H5MU "
243249```
244250
245- For a public release, upload the processed file to Zenodo or Figshare, not
246- GitHub. Upload these items together:
247-
248- - ` GSE274113_filtered.h5mu ` ;
249- - ` SHA256SUMS.txt ` ;
250- - ` dataset_manifest.json ` with cell, gene and peak counts, matrix scales,
251- feature identifiers, preprocessing version and required ` obs ` columns; and
252- - ` README_data.md ` citing GSE274113 and describing peak merging and filtering.
253-
254- After the record receives a DOI, add its version-pinned URL, byte size and
255- checksum to ` src/multiflow_omics/datasets.py ` . Until then, this tutorial uses a
256- local path rather than a fabricated URL.
251+ The fixed dataset version is
252+ [ Zenodo 10.5281/zenodo.21986866] ( https://doi.org/10.5281/zenodo.21986866 ) ;
253+ the DOI representing all current and future versions is
254+ [ 10.5281/zenodo.21986865] ( https://doi.org/10.5281/zenodo.21986865 ) . The source
255+ study is [ GSE274113] ( https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE274113 ) .
256+ Review the Zenodo record and source-data terms before passing
257+ ` --accept-license ` .
257258
258259### 4.2 Train and run the perturbation encoder
259260
0 commit comments