This is the Docker image for MaxBin, a binning software for metagenomic datasets.
886
=== Introduction === MaxBin is a software for binning assembled metagenomic contigs or scaffolds into distinct genomes. The software is available at https://sourceforge.net/projects/maxbin/.
(It is also available at the JBEI MaxBin download server; however for weird reason the http site cannot be displayed correctly here in the Docker description. Please refer to the above sourceforge site and look for the JBEI download site.)
=== Parameters for running MaxBin Docker image === To run MaxBin Docker image on your dataset, you first need to place all necessary files into a folder and instruct Docker to link the folder. The command is
docker run -v (folder on local machine):/binning:rw karlon27/maxbin (additional MaxBin parameters)
For example, assume you want to run the 20X simulated metagenome using MaxBin Docker image. Here are the steps.
In some cases, you need to set the directory into 0777 mode. Please try opening up the directory permission if you run into trouble.
Finally please refer to the MaxBin README file on JBEI download server (referred above) for MaxBin parameter descriptions.
=== Citation === Please cite the following article if you used MaxBin for binning your metagenome. Wu YW, Tang YH, Tringe SG, Simmons BA, and Singer SW, "MaxBin: an automated binning method to recover individual genomes from metagenomes using an expectation-maximization algorithm", Microbiome, 2:26, 2014.
Content type
Image
Digest
sha256:5e95b84e6…
Size
346.8 MB
Last updated
over 7 years ago
docker pull karlon27/maxbin