Sign inSign up

jasonkwan/meme_parallel

By jasonkwan

Updated over 8 years ago

Run the MEME suite (motif discovery) in parallel

Image
0

332

jasonkwan/meme_parallel repository overview

meme_parallel

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]

Tag summary

Content type

Image

Digest

Size

370.9 MB

Last updated

over 8 years ago

docker pull jasonkwan/meme_parallel