Changeset 103 for drbl-biocluster
- Timestamp:
- Sep 10, 2009, 9:06:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-biocluster/BioCluster_Setup.sh
r102 r103 37 37 ######## 38 38 sudo apt-get -f install libc6-dev g77 gfortran liblapack-dev 39 if [ ! -e gee_4.13-1 3.tar.gz ]; then40 wget http://cran.r-project.org/src/contrib/gee_4.13-1 3.tar.gz41 sudo R CMD INSTALL gee_4.13-1 3.tar.gz42 fi 43 if [ ! -e nlme_3.1-9 2.tar.gz ]; then44 wget http://cran.r-project.org/src/contrib/nlme_3.1-9 2.tar.gz45 sudo R CMD INSTALL nlme_3.1-9 2.tar.gz39 if [ ! -e gee_4.13-14.tar.gz ]; then 40 wget http://cran.r-project.org/src/contrib/gee_4.13-14.tar.gz 41 sudo R CMD INSTALL gee_4.13-14.tar.gz 42 fi 43 if [ ! -e nlme_3.1-94.tar.gz ]; then 44 wget http://cran.r-project.org/src/contrib/nlme_3.1-94.tar.gz 45 sudo R CMD INSTALL nlme_3.1-94.tar.gz 46 46 fi 47 47 if [ ! -e lattice_0.17-25.tar.gz ]; then … … 91 91 set server resources_default.nodes = 1 92 92 set server scheduling = True 93 set server acl_host_enable = True 94 set server acl_hosts = * 93 95 EOF 94 96 sudo /opt/torque/bin/qmgr < torque_conf … … 103 105 sudo /opt/torque/sbin/pbs_mom 104 106 sudo /opt/torque/bin/pbsnodes -a 107 sudo cp contrib/init.d/debian.pbs_mom /etc/init.d/pbs_mom 108 sudo cp contrib/init.d/debian.pbs_sched /etc/init.d/pbs_sched 109 sudo cp contrib/init.d/debian.pbs_server /etc/init.d/pbs_server 105 110 cd .. 106 111 fi … … 122 127 echo "Installing Ganglia ...." 123 128 sudo apt-get install gmetad ganglia-monitor 124 sudo apt-get install rrdtool librrds-perl librrd -dev apache2 libapache2-mod-php5 php5-gd apache2-mpm-prefork apache2-utils apache2.2-common libapr1 libaprutil1 libmysqlclient15off libpq5 mysql-common openssl-blacklist ssl-cert129 sudo apt-get install rrdtool librrds-perl librrd2-dev apache2 libapache2-mod-php5 php5-gd apache2-mpm-prefork apache2-utils apache2.2-common libapr1 libaprutil1 libmysqlclient15off libpq5 mysql-common openssl-blacklist ssl-cert 125 130 echo "deb http://free.nchc.org.tw/debian testing main" > testing.list 126 131 sudo mv testing.list /etc/apt/sources.list.d/ … … 174 179 # 安裝 wwwBLAST 175 180 ######## 176 if [ ! -e wwwblast-2.2.2 0-ia32-linux.tar.gz ]; then177 wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/wwwblast-2.2.2 0-ia32-linux.tar.gz178 tar zxvf wwwblast-2.2.2 0-ia32-linux.tar.gz181 if [ ! -e wwwblast-2.2.21-ia32-linux.tar.gz ]; then 182 wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/wwwblast-2.2.21-ia32-linux.tar.gz 183 tar zxvf wwwblast-2.2.21-ia32-linux.tar.gz 179 184 fi 180 185 ##################################################################### … … 213 218 case "$1" in 214 219 clean) 215 sudo rm -rf add_path ape_2.3- 1.tar.gz biocLite.R BioConductor.R blast gee_4.13-13.tar.gz GPG-KEY-DRBL lattice_0.17-25.tar.gz mito.nt.gz mpiblast-1.5.0-pio mpiBLAST-1.5.0-pio.tgz mpich2-1.0.8p1 mpich2-1.0.8p1.tar.gz nlme_3.1-92.tar.gz Rmpi_0.5-7.tar.gz torque-2.3.6 torque-2.3.6.tar.gz wwwblast-2.2.20-ia32-linux.tar.gz220 sudo rm -rf add_path ape_2.3-2.tar.gz biocLite.R BioConductor.R blast gee_4.13-14.tar.gz GPG-KEY-DRBL lattice_0.17-25.tar.gz mito.nt.gz mpiblast-1.5.0-pio mpiBLAST-1.5.0-pio.tgz mpich2-1.0.8p1 mpich2-1.0.8p1.tar.gz nlme_3.1-94.tar.gz Rmpi_0.5-7.tar.gz torque-2.3.6 torque-2.3.6.tar.gz wwwblast-2.2.21-ia32-linux.tar.gz 216 221 exit 0; 217 222 ;;
Note: See TracChangeset
for help on using the changeset viewer.