docker-batman


https://hub.docker.com/r/joewandy/docker-batman/


docker-batman

This docker container provides BATMAN [1] running on top of Ubuntu 14.04 and R-Studio, used for the Bayesian analysis of 1D-NMR data. It seems a bit difficult to get BATMAN to compile on the latest OSX version, so I created this container ..

[1] Hao, Jie, et al. "BATMAN—an R package for the automated quantification of metabolites from nuclear magnetic resonance spectra using a Bayesian model." Bioinformatics 28.15 (2012): 2088-2090

To pull this container (joewandy/docker-batman) from the hub, assign the name 'batman' to the running container and map port 8787 from the container to the host.

$ docker run --name batman -dp 8787:8787 joewandy/docker-batman

Next, to find out the IP address assigned to your virtual machine

$ docker-machine ip default

Using that IP, run R-Studio from the browser, e.g. http://192.168.99.100:8787. Login using user rstudio, password rstudio. An example script runBatman.R is provided inside /home/rstudio/example. Open that script and run it to test BATMAN on some serum data. The results can be found in the /home/rstudio/example/runBATMAN/BatmanOutput.

To access the shell once the batman container is running

$ docker exec -it batman /bin/bash


posted @   张同光  阅读(117)  评论(0编辑  收藏  举报
编辑推荐:
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
阅读排行:
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通
点击右上角即可分享
微信分享提示