MaxBin, a binning software for metagenomic datasets
122
An optimized Docker image for running MaxBin2
Set a workspace path (e.g the directory where the contigs and abundances are located) and mount it on the Docker container while running the image.
BASE=/path/to/local/workspace/
docker run --rm --volume ${BASE}:${BASE} omixer/maxbin:2.2.5 (MaxBin ARGS)
For examples please check the official image
Content type
Image
Digest
Size
162.4 MB
Last updated
about 7 years ago
docker pull omixer/maxbin:2.2.5