created by Ryo NIWA
docker pull geedrn/menthu:latest
docker run --rm -dp 3838:3838 geedrn/menthu:latest
After exectution, go to http://localhost:3838
# download menthu_set.zip and open it
cd menthu_set
docker build . -t IMAGE_NAME
Docker file was modified from the original repository of MENTHU. https://github.com/Dobbs-Lab/MENTHU
menthu_set.zip includes the components of rocker/shiny and original MENTHU scripts. Users can simply download the zip file, defrost it and then docker build in the directory to make a new image. Some features from rocker/shiny was adjusted to have localhost correctly and debug the error mainly from rentrez package on CRAN.