
如果你使用 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 RSeQC, a comprehensive Python-based quality control toolkit for RNA-seq data.
https://rseqc.sourceforge.net/
latest ( https://github.com/getwilds/wilds-docker-library/blob/main/rseqc/Dockerfile_latest | Vulnerability Report )5.0.4 ( https://github.com/getwilds/wilds-docker-library/blob/main/rseqc/Dockerfile_5.0.4 | Vulnerability Report )These Docker images are built from the Python 3.12 slim image and include:
The images are designed to be minimal and focused on RSeQC with its essential dependencies.
RSeQC provides modules to evaluate RNA-seq data quality including:
Important Requirements:
bashdocker pull getwilds/rseqc:latest # or docker pull getwilds/rseqc:5.0.4 # Alternatively, pull from GitHub Container Registry docker pull ghcr.io/getwilds/rseqc:latest
bashapptainer pull docker://getwilds/rseqc:latest # or apptainer pull docker://getwilds/rseqc:5.0.4 # Alternatively, pull from GitHub Container Registry apptainer pull docker://ghcr.io/getwilds/rseqc:latest
RSeQC provides numerous analysis tools. Here are some common examples:
Read Distribution Analysis
bash# Docker docker run --rm -v /path/to/data:/data getwilds/rseqc:latest \ read_distribution.py -i /data/sample.bam -r /data/genes.bed # Apptainer apptainer run --bind /path/to/data:/data docker://getwilds/rseqc:latest \ read_distribution.py -i /data/sample.bam -r /data/genes.bed
Gene Body Coverage
bash# Docker docker run --rm -v /path/to/data:/data getwilds/rseqc:latest \ geneBody_coverage.py -r /data/genes.bed -i /data/sample.bam -o /data/output # Apptainer apptainer run --bind /path/to/data:/data docker://getwilds/rseqc:latest \ geneBody_coverage.py -r /data/genes.bed -i /data/sample.bam -o /data/output
Junction Annotation
bash# Docker docker run --rm -v /path/to/data:/data getwilds/rseqc:latest \ junction_annotation.py -i /data/sample.bam -o /data/junction -r /data/genes.bed # Apptainer apptainer run --bind /path/to/data:/data docker://getwilds/rseqc:latest \ junction_annotation.py -i /data/sample.bam -o /data/junction -r /data/genes.bed
BAM Statistics
bash# Docker docker run --rm -v /path/to/data:/data getwilds/rseqc:latest \ bam_stat.py -i /data/sample.bam # Apptainer apptainer run --bind /path/to/data:/data docker://getwilds/rseqc:latest \ bam_stat.py -i /data/sample.bam
Infer Experiment (strandedness)
bash# Docker docker run --rm -v /path/to/data:/data getwilds/rseqc:latest \ infer_experiment.py -r /data/genes.bed -i /data/sample.bam # Apptainer apptainer run --bind /path/to/data:/data docker://getwilds/rseqc:latest \ infer_experiment.py -r /data/genes.bed -i /data/sample.bam
The image includes all 40+ RSeQC analysis modules. Some of the most commonly used tools include:
| Tool | Description |
|---|---|
bam_stat.py | Summarize mapping statistics of BAM file |
read_distribution.py | Calculate read distribution over genomic features |
geneBody_coverage.py | Read coverage over gene body |
junction_annotation.py | Compare splice junctions to reference |
junction_saturation.py | Check if sequencing depth is sufficient |
infer_experiment.py | Infer RNA-seq protocol (strandedness) |
inner_distance.py | Calculate inner distance between paired reads |
read_duplication.py | Determine duplication rate |
read_GC.py | Determine GC% and read count |
RNA_fragment_size.py | Calculate fragment size for paired-end RNA-seq |
RPKM_saturation.py | Check if sequencing depth is sufficient for genes |
clipping_profile.py | Estimate clipping profile of RNA-seq reads |
insertion_profile.py | Calculate distribution of inserted nucleotides |
deletion_profile.py | Calculate distribution of deleted nucleotides |
mismatch_profile.py | Calculate mismatch profile |
For a complete list and detailed usage, see the https://rseqc.sourceforge.net/.
The Dockerfile follows these main steps:
--no-cache-dir to minimize image sizeThese 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/blob/main/rseqc, 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.
These Dockerfiles are maintained in the https://github.com/getwilds/wilds-docker-library repository.
See the CONTRIBUTING.md for guidelines on how to contribute to this project.
RSeQC is distributed under the GNU General Public License v3. This Docker image is distributed under the MIT License. See the LICENSE file for details.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务