wiki:jazz/BioCluster_Setup
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Cluster for Bioinformatics

sudo apt-get -y install gcc g++ make autoconf build-essential

JDK 6

sudo apt-get -y install sun-java6-jdk

GNU R

sudo apt-get -y install r-base
sudo apt-get -y install `apt-cache search --names-only "^r-cran" | awk '{ print $1 }' | grep -v "r-cran-rjava" | grep -v "r-cran-rmpi" `

GNU R BioConductor

if [ ! -e biocLite.R ]; then
  sudo wget http://www.bioconductor.org/biocLite.R
fi
if [ ! -e BioConductor.R ]; then
  cat > BioConductor.R << EOF
source(file="$(pwd)/biocLite.R")
biocLite()

mpiBLAST

Last modified 17 years ago Last modified on Jul 7, 2009, 9:12:55 PM

Attachments (1)

Download all attachments as: .zip