Skip to content

Build meTAline docker image

heloint edited this page Mar 20, 2025 · 2 revisions

Install Docker.

Follow the official documentation to install the Docker Engine corresponding to your OS platform. Install Docker Engine


Get the Docker image

There are two ways to get the meTAline Docker image.

  1. Build it from scratch:
make docker-image

Which translates to:

docker image build -t metaline:latest .
  1. 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

Clone this wiki locally