SLiM is an evolutionary simulation framework
1.1K
SLiM is an evolutionary simulation framework that combines a powerful engine for population genetic simulations with the capability of modeling arbitrarily complex evolutionary scenarios. Simulations are configured via the integrated Eidos scripting language that allows interactive control over practically every aspect of the simulated evolutionary scenarios. The underlying individual-based simulation engine is highly optimized to enable modeling of entire chromosomes in large populations
git clone https://github.com/cmonjeau/docker-slim.git
docker build -t cmonjeau/slim .
docker run -it --rm cmonjeau/slim slim -testEidos
Create a new job with these parameters:
"Container image" : cmonjeau/slim
"Command" :
#!/bin/bash
# command line examples (adapt with your data)
slim $GODOCKER_HOME/data/script.txt
"Mount volumes" : home(rw)
Content type
Image
Digest
Size
103.6 MB
Last updated
about 10 years ago
docker pull cmonjeau/slim