
如果你使用 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 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
This directory contains Docker images for ConsensusVariants, an R-based toolkit for generating consensus variant calls from multiple variant callers in genomic data analysis.
latest ( https://github.com/getwilds/wilds-docker-library/blob/main/consensus/Dockerfile_latest | https://github.com/getwilds/wilds-docker-library/blob/main/consensus/CVEs_latest.md )0.1.1 ( https://github.com/getwilds/wilds-docker-library/blob/main/consensus/Dockerfile_0.1.1 | https://github.com/getwilds/wilds-docker-library/blob/main/consensus/CVEs_0.1.1.md )These Docker images are built from the Rocker/tidyverse:3.6.0 base image and include:
The images are designed to provide a stable R environment with all necessary dependencies for running the ConsensusVariants scripts.
bashdocker pull getwilds/consensus:latest # or docker pull getwilds/consensus:0.1.1 # Alternatively, pull from GitHub Container Registry docker pull ghcr.io/getwilds/consensus:latest
bashapptainer pull docker://getwilds/consensus:latest # or apptainer pull docker://getwilds/consensus:0.1.1 # Alternatively, pull from GitHub Container Registry apptainer pull docker://ghcr.io/getwilds/consensus:latest
bash# Docker docker run --rm -v /path/to/data:/data getwilds/consensus:latest Rscript /consensus-trio-unpaired.R --caller1_vcf /data/caller1.vcf --caller2_vcf /data/caller2.vcf --caller3_vcf /data/caller3.vcf --output_vcf /data/consensus.vcf # Apptainer apptainer run --bind /path/to/data:/data docker://getwilds/consensus:latest Rscript /consensus-trio-unpaired.R --caller1_vcf /data/caller1.vcf --caller2_vcf /data/caller2.vcf --caller3_vcf /data/caller3.vcf --output_vcf /data/consensus.vcf # Apptainer (local SIF file) apptainer run --bind /path/to/data:/data consensus_latest.sif Rscript /consensus-trio-unpaired.R --caller1_vcf /data/caller1.vcf --caller2_vcf /data/caller2.vcf --caller3_vcf /data/caller3.vcf --output_vcf /data/consensus.vcf
The consensus Docker images include:
These images are regularly scanned for vulnerabilities using Docker Scout. However, due to the nature of bioinformatics software and their dependencies, some Docker images may contain components with known vulnerabilities (CVEs).
Use at your own risk: While we strive to minimize security issues, these images are primarily designed for research and analytical workflows in controlled environments.
For the latest security information about this image, please check the CVEs_*.md files in https://github.com/getwilds/wilds-docker-library/tree/main/consensus, which are automatically updated through our GitHub Actions workflow. If a particular vulnerability is of concern, please file an https://github.com/getwilds/wilds-docker-library/issues in the GitHub repo citing which CVE you would like to be addressed.
The Dockerfile follows these main steps:
These Dockerfiles are maintained in the https://github.com/getwilds/wilds-docker-library repository.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务