malaria-exp
A vc-uy1 test workflow based on openmalaria image.
307
This Docker image contains the OpenMalaria epidemiological simulation software, specifically configured for distributed computing on volunteer machines through the VC-UY1 (Volunteer Computing - University of Yaoundé 1) platform. It enables large-scale malaria transmission modeling by breaking down complex simulations into smaller, manageable tasks that can run across multiple volunteer computers.
# Pull the image
docker pull gaetannoah/malaria-exp:latest
# Run a simple simulation
docker run --rm \
-v /path/to/input:/input \
-v /path/to/output:/output \
malaria-exp:latest
Content type
Image
Digest
sha256:0652572a4…
Size
384.3 MB
Last updated
12 months ago
docker pull gaetannoah/malaria-exp