On local machine:
library(devtools)
install_git("ssh://[email protected]:22222/gola/mbmdr.git")
On cluster:
library(devtools)
install_git("ssh://[email protected]:22222/gola/mbmdr.git")
You can find MB-MDR binaries here. Install the appropriate binary for your operating system.
You have to configure BatchJobs properly. See here and here.
If you want to use one of the internal functions, use the function configure
to set the MB-MDR parameters.
If you want to use the function mbmdr
to run a complete analysis, use the parameters of the function itself.