Closed mdozmorov closed 9 years ago
Cured by installing Bioconductor. Add to the installation file: 1) Start R. May use sudo, to install packages system-wide 2) source("http://bioconductor.org/biocLite.R") 3) biocLite() - this will install everything needed. Takes time.
The issue caused by the machine-specific .Rprofile. Declaring loading biocLite solves the issue
When starting the server, got
python -m grsnp.server -r /home/mdozmorov/Documents/ -g hg19 -d /home/mdozmorov/db_5.00_07-22-2015/ use 'source("http://bioconductor.org/biocLite.R")' to update 'BiocInstaller' after 'utils' package is attached Error: could not find function "biocLite"