I am having problems to install a tool from tool shed named S_MART on my local Galaxy.
The reason to install S_MART is to use DETR'PROK in Galaxy.
Attached is the 'error' Galaxy indicates after installing some programs from toolshed.
Here are the commands aI've used up to now:
Thanks
cd galaxy-dist
hg update stable
sh run.sh # gave errors, so see below
% export LC_ALL='en_US.UTF-8'
% sh run.sh
# Setup admin user (
https://wiki.galaxyproject.org/Admin/Interface). To give a user Galaxy admin privileges, add their Galaxy login ( email ) to the list in the following config setting in the Galaxy configuration file universe_wsgi.ini.
mkdir tool_dependency_dir
done # add tool dependencies folder to 'universe_wsgi.ini' -> Galaxy provides a method for managing the dependencies of Galaxy tools installed from the Tool Shed. In this case, it is simply necessary to set the tool_dependency_dir option of universe_wsgi.ini to a path writable by the Galaxy server.
done # restart server
# Then, I created a shed_tools folder in my $HOME directory before modifying the shed_tool_conf.xml file
<?xml version="1.0"?>
<toolbox tool_path="$HOME/shed_tools">
</toolbox>
done # INSTALL R
done # ADD R PACKAGES
R --slave --no-save --no-restore --quiet -e 'if("RColorBrewer" %in% rownames(installed.packages()) == FALSE){install.packages("RColorBrewer", repos = c("
http://cran.rstudio.com/"), dependencies = TRUE)}'
R --slave --no-save --no-restore --quiet -e 'if("Hmisc" %in% rownames(installed.packages()) == FALSE){install.packages("Hmisc", repos = c("
http://cran.rstudio.com/"), dependencies = TRUE)}'
--
Bernardo Bello Ortí
PhD student
CReSA-IRTA
Campus de Bellaterra-Universitat Auṭnoma de Barcelona
Edifici CReSA
08193 Bellaterra (Barcelona, Spain)
Tel.: 647 42 52 63 www.cresa.es