Skip to content

feat: add apptainer.def + document the published SIF on Docker Hub - #3

Merged
gynecoloji merged 1 commit into
mainfrom
feat/apptainer-dockerhub
Jul 30, 2026
Merged

feat: add apptainer.def + document the published SIF on Docker Hub#3
gynecoloji merged 1 commit into
mainfrom
feat/apptainer-dockerhub

Conversation

@gynecoloji

Copy link
Copy Markdown
Owner

Summary

Adds native Apptainer support and documents the SIF published to Docker Hub.

Changes

  • apptainer.def (new) — mirrors the Dockerfile: miniforge3 base, rootless-apt
    fix, snakemake-minimal=9.3.2 driver, all 8 per-rule conda envs pre-baked at
    /opt/wf-conda. Builds on HPC without Docker:
    apptainer build --fakeroot chipseq-pipeline.sif apptainer.def.
  • README — Docker Hub pulls badge (gynecoloji/chipseq-pipeline) and an
    Apptainer path that pulls the published SIF via ORAS
    (apptainer pull … oras://docker.io/gynecoloji/chipseq-pipeline:latest) or builds
    locally. Notes the Docker Hub tag is a SIF (ORAS artifact), so docker pull
    won't work on it — the Docker path stays a local docker build.

Verified

Built and smoke-tested the SIF: 8 envs baked; bowtie2, MACS2, IDR, bedtools,
deepTools (computeMatrix), HOMER (findMotifsGenome.pl), and ChIPseeker 1.46.1
all load

Adds a native Apptainer definition (mirrors the Dockerfile: miniforge3 base, the
8 per-rule conda envs pre-baked at /opt/wf-conda, rootless-apt fix) so the image
builds on HPC without Docker. README: Docker Hub pulls badge and an Apptainer
path that pulls the published SIF via ORAS
(oras://docker.io/gynecoloji/chipseq-pipeline:latest) or builds locally from the
definition; notes that the Docker Hub tag is a SIF (not `docker pull`-able).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@gynecoloji
gynecoloji merged commit 091d5e0 into main Jul 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant