Source-of-truth archive for ASAP CRN Cloud Collections. A collection is a versioned, DOI-backed grouping of datasets sharing a common tissue type and assay modality. Collections are published as immutable VWB Data Collections with version-specific GCS buckets for curated data access.
This repository is automatically managed by the cloud-orchestration system. Manual changes should be avoided.
| Collection | Name | Description |
|---|---|---|
pmdbs-sc-rnaseq |
PMDBS scRNAseq | Post-mortem donor brain single-cell/single-nucleus RNA-seq |
pmdbs-bulk-rnaseq |
PMDBS bulkRNAseq | Post-mortem donor brain bulk RNA-seq |
pmdbs-spatial |
PMDBS Spatial Transcriptomics | Post-mortem donor brain spatial transcriptomics |
mouse-sc-rnaseq |
Mouse scRNAseq | Mouse single-cell/single-nucleus RNA-seq |
mouse-spatial |
Mouse Spatial Transcriptomics | Mouse spatial transcriptomics |
Collections with an ASAP CRN analysis workflow include CRN-curated analysis artifacts in addition to team-contributed artifacts. "Other" (uncurated) datasets are exposed via unversioned Data Collections that reference each dataset's curated bucket directly.
collections.json # Master index of all collections
<collection-name>/
├── collection.json # Canonical metadata (see schema below)
└── archive/ # Immutable snapshots of past versions
└── <version>/
├── * README.pdf # collection version README
└── collection.json # Version-specific metadata snapshot
Collection versions follow vMAJOR.MINOR.PATCH and are updated when:
- Minor/Major — datasets are added or curation workflows are updated (regenerating curated data)
- Patch — metadata corrections or DOI updates
Each collection version also tracks the associated Release Version, CDE Version, and per-dataset Dataset Version.
Each versioned collection is exposed in VWB as a Data Collection backed by an immutable versioned GCS bucket:
gs://asap-crn-<collection-name>-collection-<version>/
├── <dataset-name>/
│ ├── artifacts/
│ ├── file_metadata/
│ ├── metadata/
│ │ ├── *.csv
│ │ └── cde_version
│ └── <workflow_name>/
│ ├── <curated_outputs>/
│ └── workflow_version
└── ...
Individual dataset curated buckets (gs://asap-curated-<dataset-name>/) are mutable and hold outputs for all released versions organized under release/<release_version>/. Collection buckets hold the frozen snapshot for a specific collection version.
- Datasets are scoped and associated with the release
- Collection versions are bumped to include new/updated datasets
- DOIs are generated via Zenodo for new collection versions. Caveat: for now these dois are generated outside this context, and the doi references will be shared via release level scripts.
collections.jsonindex and per-collectioncollection.jsonare updated- Version snapshots are written to
archive/ - VWB Data Collections are provisioned with the new versioned GCS bucket
For collection submissions or updates, use the orchestration system or contact the ASAP CRN team.