Entering edit mode
Daniel Davidson
▴
20
@daniel-davidson-1551
Last seen 10.2 years ago
Hello,
I have been tasked with getting Bioconductor installed on our cluster.
Because the slave nodes cannot access the Internet, the normal method
of
install using:
source("http://bioconductor.org/biocLite.R")
biocinstallPkgGroups("lite")
will not work. Does anyone have a good method of doing this on a
cluster? We have a local Bioconductor mirror on the cluster that is
shared of NFS.
thanks,
Dan