镜像概览

完整引用
docker.io/gglyptodon/helixer-docker
Registry
docker.io
命名空间
gglyptodon
仓库
helixer-docker
已缓存 Tag 数
11
最近同步
07/06/2026, 12:18 PM

简介

Helixer 基因组注释深度学习镜像,对真核生物 DNA 序列预测基因结构,面向生物信息学批处理与 HPC/GPU 工作站。

详细介绍

gglyptodon/helixer-docker 封装 Helixer 基因预测模型与推理脚本,读取 FASTA 序列输出 GFF3 注释。典型用于科研团队本地或集群跑基因组注释流水线,与 Braker 等传统工具相比更依赖 GPU 加速。定位为批处理/交互任务,大基因组需挂载数据卷并预留 GPU;K8s 场景应使用 GPU Job 而非无 GPU 的常驻 Deployment。

快速启动

docker run --rm \
  -v $(pwd)/data:/data \
  docker.io/gglyptodon/helixer-docker:latest \
  Helixer.py --fasta /data/genome.fa --output /data/out

推荐实践

docker run --rm \
  --gpus all \
  -v /data/genomes:/data:ro \
  -v /data/helixer-out:/output \
  -w /output \
  docker.io/gglyptodon/helixer-docker:0.3.2 \
  Helixer.py --fasta /data/genome.fa --lineage land_plant \
    --output /output --threads 8

核心参数说明

  • --gpus all — GPU 推理加速(推荐)
  • -v .../genomes:... — FASTA 输入只读挂载
  • -v .../helixer-out:... — GFF3 结果输出
  • --lineage — 进化谱系模型选择
  • --threads — CPU 辅助线程数
  • 固定 tag — 模型权重版本 pin

最新 Tag(20 条)

查看全部 11 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/gglyptodon/helixer-docker
:latest
linux/amd64
2026/07/01 22:583.3 GBsha256:e2294eb2c282
docker.io/gglyptodon/helixer-docker
:helixer_v0.3.7_cuda_12.2.2-cudnn8_1
linux/amd64
2026/07/01 22:573.3 GBsha256:e2294eb2c282
docker.io/gglyptodon/helixer-docker
:helixer_v0.3.7_cuda_12.2.2-cudnn8
linux/amd64
2026/07/01 22:263.3 GBsha256:1971231b757c
docker.io/gglyptodon/helixer-docker
:helixer_v0.3.6_cuda_12.2.2-cudnn8_1
linux/amd64
2026/01/21 05:483.3 GBsha256:ae2b0bf9dab6
docker.io/gglyptodon/helixer-docker
:helixer_v0.3.6_cuda_12.2.2-cudnn8
linux/amd64
2025/09/11 05:263.3 GBsha256:1f6a07ef3007
docker.io/gglyptodon/helixer-docker
:helixer_v0.3.5_cuda_12.2.2-cudnn8
linux/amd64
2025/04/02 05:573.3 GBsha256:ba9d211aa631
docker.io/gglyptodon/helixer-docker
:helixer_v0.3.4_cuda_12.2.2-cudnn8
linux/amd64
2024/11/24 01:553.3 GBsha256:f38386bd5c42
docker.io/gglyptodon/helixer-docker
:helixer_v0.3.3_cuda_11.8.0-cudnn8
linux/amd64
2024/03/24 22:363.3 GBsha256:2d00f4341d34
docker.io/gglyptodon/helixer-docker
:helixer_v0.3.2_cuda_11.8.0-cudnn8
linux/amd64
2023/07/17 02:433.4 GBsha256:2ff021bf18b0
docker.io/gglyptodon/helixer-docker
:helixer_v0.3.1_cuda_11.2.0-cudnn8
linux/amd64
2023/02/15 00:283.1 GBsha256:b8505b9c2908
docker.io/gglyptodon/helixer-docker
:helixer_v0.3.0_cuda_11.2.0-cudnn8
linux/amd64
2022/12/31 01:203.0 GBsha256:55697ea1b499
docker.io/gglyptodon/helixer-docker
:helixer_v0.3.0a0_cuda_11.2.0-cudnn8
linux/amd64
2022/05/24 23:103.0 GBsha256:2a5142710943
docker.io/gglyptodon/helixer-docker
:helixer_tf11.2_cudnn8
linux/amd64
2022/04/28 20:393.0 GBsha256:28a2e0135894