Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 1.72 KB

README.md

File metadata and controls

57 lines (39 loc) · 1.72 KB

cellranger-atac mm9

How to Build

$ ./mkref-${name}.sh

where `${name} could be one of the followings:

  • Ensembl_R67
  • Gencode_M1
  • UCSC

Move the reference package created to the directory where Cell Ranger ATAC is installed (e.g. /opt):

$ sudo cp -r mm9 /opt/refdata-cellranger-atac-mm9-1.1.0
$ sudo chown ec2-user /opt/refdata-cellranger-atac-mm9-1.1.0 -R
$ sudo chgrp ec2-user /opt/refdata-cellranger-atac-mm9-1.1.0 -R

To Do

The following files are NOT included during the build:

├── genes
│   └── regulatory.gff      [pre-built references only, Ensembl sources: hg19, b37, GRCh38 and mm10]
└── regions
    ├── blacklist.bed       [pre-built references only, ENCODE sources: hg19, b37, GRCh38, mm10]
    ├── ctcf.bed            [pre-built references only]
    ├── dnase.bed           [pre-built references only, ENCODE sources: hg19, b37, mm10, Anshul Kundaje's pipeline: GRCh38]
    ├── enhancer.bed        [pre-built references only, source: Ensembl regulatory build release 95]
    └── promoter.bed        [pre-built references only, source: Ensembl regulatory build release 95]

References

Instructions:

Ensembl

Gencode

JASPAR