Docker image to easy run The MEME Suite in web mode.
version 5.1.0 (October 2019) supported.
- Run
$docker run -p 8080:8080 eugenemaxim/docker-meme-suite-web:latest
- Open
http://localhost:8080/meme_5.1.0/
$docker run -p [hostIp]:<hostPort>:8080 eugenemaxim/docker-meme-suite-web:latest webstart [endpoint]
- hostIp, hostPort - ip and port of the host read docs
- endpoint - Your MeMe suite endpont. It will be used in jobs email reports and internally by server (it uses iframes with that endpoint). So it must be relative or resolveable from end user environment and point to the container host and port. Default is
"/"
Example:
$docker run -p 192.168.0.50:80:8080 eugenemaxim/docker-meme-suite-web:latest webstart http://my-local-domain/
docker run -v /abspath/to/yourdata:/home/meme -it opalhome meme mydata.fa
- databases download
- comfortable work with volumes in cmdline mode
- Reduce image size
- Reduce build time
Meme Suite is free for educational, research and non-profit purposes
All tests passed
============================================================================
Testsuite summary for meme 5.1.0
============================================================================
# TOTAL: 150
# PASS: 150
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================