-
Notifications
You must be signed in to change notification settings - Fork 0
Build meTAline docker image
heloint edited this page Mar 20, 2025
·
2 revisions
Follow the official documentation to install the Docker Engine corresponding to your OS platform. Install Docker Engine
There are two ways to get the meTAline Docker image.
- Build it from scratch:
make docker-image
Which translates to:
docker image build -t metaline:latest .
- Pull it from the Dockerhub registry:
docker pull cgenomics/metaline:latest
ABOUT
Quick Start
meTAline with Singularity
meTAline with Docker
meTAline with HPC
parallelize meTAline
Outputs and target rules
Debugging
Citations / Acknowledgments