docker-galaxy-stable
docker-galaxy-stable copied to clipboard
R Missing from latest Galaxy Docker container?
Our tools use R and have always run when installed on the stable galaxy docker container. With the latest version, R seems to be missing. Was this changed?
Hi @mryaninsilico, R was never installed in this image, instead Galaxy is able to pull down the dependencies during tool-installation or tool-run time. Which Galaxy flavor are you using or which tool does not work?
@bgruening Thanks for the quick reply. We build an image starting with docker-galaxy-stable and then add our NG-CHM heatmap tools to create a docker galaxy image with our tools already installed. The tool runs a shell script that calls R and some other things. On previous images it worked fine but now fails because R is not installed. I will just add an apt-get install R-base to our docker make file.
We really did not changed anything in regards to R.
Does your tool contains a <requirement type="package" version="3.4.1">r-base</requirement>
field? If so this should be installed automatically.
Are you installing from the Tool Shed?