CRISPRme reference data & precomputed indexes
A fast, reliable mirror of the reference resources CRISPRme needs, plus precomputed indexes for the default references β so users can skip the slow raw-data download, the multi-hour variant enrichment, and the index build entirely.
Status: π§ work in progress β this repository is being populated. Layout and filenames below are the target structure; not all assets are uploaded yet.
Why this exists
A genuine from-scratch, genome-wide CRISPRme run was measured end-to-end and the cost is almost entirely data movement + enrichment, not the search:
- Downloading the 1000 Genomes VCFs from EBI ran at
1.4 MB/s (3 h); the UCSC genome download is similarly throttled. Hugging Face measured ~6.5Γ faster from the same machine. - The variant enrichment stage was ~93 % of the ~13.5 h wall-clock (single-threaded per chromosome).
Hosting the data here (fast CDN) and β more importantly β shipping precomputed indexes removes the download and the enrichment/index-build for the common case, taking a genome-wide setup from many hours to minutes.
Target layout
crisprme-data/
βββ genomes/
β βββ hg38/ # per-chromosome FASTA (chr1.fa β¦ chrX.fa)
βββ vcfs/
β βββ 1000G/ # 1000 Genomes Phase 3 (GRCh38)
β βββ HGDP/ # Human Genome Diversity Project
β βββ unions/ # combined cohorts (see "Default references")
βββ annotations/ # dhs+encode+gencode.hg38.bed, gencode.protein_coding.bed
βββ pams/ # e.g. 20bp-NGG-spCas9.txt, NNN motifs
βββ samplesIDs/ # per-dataset sample id lists
βββ indexes/ # PRECOMPUTED genome_library + enriched indexes
βββ NGG_1000G+HGDP+TOPMed+AllofUs/
βββ NNN_1000G+HGDP/ # backward-compatible with the original CRISPRme
βββ NGG_pangenome2.0/
Default references (shipped as precomputed indexes)
Two headline references (highlighted in the manuscript):
- Unified large-cohort panel β 1000G + HGDP + TOPMed + All of Us.
- Pangenome 2.0 VCF.
Plus an NNN + 1000G+HGDP configuration for backward compatibility with the original CRISPRme, and default PAMs NNN and NGG.
Usage
CRISPRme's setup will be able to pull these resources from this repository
instead of the original (slow) upstream hosts. Direct download also works, e.g.:
# whole repo (large) β prefer fetching only what you need
hf download pinellolab/crisprme-data --repo-type dataset --local-dir crisprme-data
License & citation
Reference data are redistributed under the terms of their original sources (1000 Genomes, HGDP, GENCODE/ENCODE, UCSC hg38, etc.). CRISPRme is AGPL-3.0.
If you use CRISPRme, please cite: Cancellieri S, et al. Human genetic diversity alters off-target outcomes of therapeutic gene editing. Nat Genet 55, 34β43 (2023). doi:10.1038/s41588-022-01257-y
- Downloads last month
- -