feat: add apptainer.def + document the published SIF on Docker Hub - #3
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds native Apptainer support and documents the SIF published to Docker Hub.
Changes
apptainer.def(new) — mirrors the Dockerfile: miniforge3 base, rootless-aptfix,
snakemake-minimal=9.3.2driver, 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.gynecoloji/chipseq-pipeline) and anApptainer path that pulls the published SIF via ORAS
(
apptainer pull … oras://docker.io/gynecoloji/chipseq-pipeline:latest) or buildslocally. Notes the Docker Hub tag is a SIF (ORAS artifact), so
docker pullwon'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.1all load