
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
A docker image for single-cell analyses. It's on docker-hub and GitHub.
2022.08.2 (2022-08)
2022.03 (2022-03-03)
pytorch-1.5-cuda10.1-cudnn7-devel to nvidia/cuda:11.5.1-cudnn8-devel-ubuntu20.04 to upgrade Python to 3.92021.03 (2021-05-01):
2021.02 (2021-02-07):
2020.12 (2020-12-24):
docker-compose.yml to allow GitHub Tokenv1.3.0 (2020-07-14): add programs
v1.2.0: change base image from Ubuntu18.04 to pytorch-1.5-cuda10.1-cudnn7-devel to allow GPU computing
v1.1.0: change base image jupyter/datascience-notebook to Ubuntu18.04
Pipeline: Seurat (and wrappers), scater, scran, scanpy, scVI, monet, Pagoda2, kallisto (bustools)
Doublet finding: Scrublet, DoubletFinder
Batch correction and data integration: Harmony, scmap, scBio, SingleCellNet
Clustering: SC3, metacell, SCCAF, Constclust, bigSCale2
Cluster annotation: RCA, CellAssign, garnett, scCatch, SingleR
Trajectory analysis: Monocle2/3, slingshot, Palantir, FROWMAP
RNA velocity: velocyto, scVelo, CellRank, Dynamo
Gene network: WGCNA, SCENIC (pySCENIC)
Cell-to-cell interaction: CellPhoneDB, SingleCellSingnalR, scTensor, cell2cell, CellChat
Data imputation: scImpute, MAGIC, SAVER, SAVER-X, SCRABBLE
Multi-modal: LIGER, scAI, MOFA2
Bulk deconvolution: SCDC, MuSiC
Simulation: Splatter, dyngen
Others: scGen, sleepwalk, singleCellHaystack, ComplexHeatmap
scATAC-seq: cicero, chromVAR, ArchR, Signac, cisTopic, episcanpy
Database (genome): BSgenome.Hsapiens.UCSC.hg19, BSgenome.Hsapiens.UCSC.hg38, BSgenome.Mmusculus.UCSC.mm10, BSgenome.Scerevisiae.UCSC.sacCer3, BSgenome.Dmelanogaster.UCSC.dm6
Database (gene): EnsDb.Hsapiens.v75, EnsDb.Hsapiens.v79, EnsDb.Hsapiens.v86, EnsDb.Mmusculus.v79
Database (motif): JASPAR2016, JASPAR2018, JASPAR2020
SeuratData: ifnb_3.1.0, panc8_3.0.2, pbmcsca_3.0.0, pbmc3k_3.1.4, celegans.embryo_0.1.0, cbmc_3.1.4, hcabm40k_3.0.0, thp1.eccite_3.1.5, stxBrain_0.1.1, stxKidney_0.1.0, bmcite_0.3.0, pbmcMultiome_0.1.2, ssHippo_3.1.4
For Docker:
# pull docker image docker pull rnakato/singlecell_jupyter # container login docker run [--gpus all] --rm -it rnakato/singlecell_jupyter /bin/bash # jupyter notebook docker run [--gpus all] --rm -p 8888:8888 -v (your directory):/opt/work rnakato/singlecell_jupyter jupyternotebook.sh
For Singularity:
# build image singularity build -F rnakato_singlecell_jupyter.sif docker://rnakato/singlecell_jupyter # jupyter notebook singularity exec [--nv] rnakato_singlecell_jupyter.sif jupyternotebook.sh # execute R directory singularity exec [--nv] rnakato_singlecell_jupyter.sif R
First clone and move to the repository
git clone https://github.com/rnakato/docker_singlecell.git cd docker_singlecell
Because the Dockerfile installs many packages from GitHub, please add https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/creating-a-personal-access-token and add it in docker-compose.R.yml and docker-compose.yml. Then type:
docker-compose -f docker-compose.R.yml build docker-compose -f docker-compose.yml build
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务