Run the MEME suite (motif discovery) in parallel
332
A Docker image with the MEME suite installed with support for parallel processing through OpenMPI.
To run a meme job on 16 CPUs, you would run the following command:
docker run --rm -it --volume local_dir:/container_dir:rw mpirun -np 16 --allow-run-as-root \
/meme/bin/meme <seq.fasta> [meme options]
Content type
Image
Digest
Size
370.9 MB
Last updated
over 8 years ago
docker pull jasonkwan/meme_parallel