polyphen-software
Differences
This shows you the differences between two versions of the page.
polyphen-software [2017/03/09 12:28] – created joguya | polyphen-software [2017/04/01 15:56] (current) – aorth | ||
---|---|---|---|
Line 20: | Line 20: | ||
Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
- | < | + | < |
- | $ cd /tmp | + | |
- | $ wget -qO- http:// | + | |
- | $ cd polyphen-2.2.2/ | + | |
- | $ scl enable devtoolset-3 bash | + | |
$ module load perl/5.22.3 | $ module load perl/5.22.3 | ||
- | $ cpanm DBD:: | + | $ sudo chown -R aorth:aorth / |
- | $ sudo mkdir -p /export/apps/ | + | $ cpanm XML::Simple LWP:: |
- | $ sudo chown -R joguya:joguya | + | $ cd /tmp |
- | $ ./configure | + | $ wget http:// |
+ | $ tar xf polyphen-2.2.2r405c.tar.gz | ||
+ | $ wget ftp://genetics.bwh.harvard.edu/ | ||
+ | $ wget ftp:// | ||
+ | $ wget ftp:// | ||
+ | $ tar xf polyphen-2.2.2-databases-2011_12.tar.bz2 | ||
+ | $ tar xf polyphen-2.2.2-alignments-mlc-2011_12.tar.bz2 | ||
+ | $ tar xf polyphen-2.2.2-alignments-multiz-2009_10.tar.bz2 | ||
+ | $ cd polyphen-2.2.2 | ||
+ | $ wget ftp:// | ||
+ | $ tar xf ncbi-blast-2.2.31+-x64-linux.tar.gz | ||
+ | $ mv ncbi-blast-2.2.31+/ | ||
+ | $ rm -rf ncbi-blast-2.2.31+* | ||
+ | $ wget http:// | ||
+ | $ wget http:// | ||
+ | $ chmod +x bin/blat bin/ | ||
+ | $ cd nrdb | ||
+ | $ wget ftp:// | ||
+ | $ gunzip uniref100.fasta.gz | ||
+ | $ ../ | ||
+ | $ ../ | ||
+ | $ rm -f uniref100.fasta uniref100-formatted.fasta | ||
+ | $ cd .. | ||
+ | $ rsync -rltv --delete-after --port=33444 rsync.wwpdb.org:: | ||
+ | $ rsync -rltv --delete-after --port=33444 rsync.wwpdb.org:: | ||
+ | $ sleep 8h && rsync -rltvz --delete-after rsync:// | ||
+ | $ cd .. | ||
+ | $ sudo mkdir / | ||
+ | $ sudo chown aorth:aorth / | ||
+ | $ cp -r polyphen-2.2.2 | ||
+ | $ export PPH=/ | ||
+ | $ cd $PPH/src | ||
$ make download | $ make download | ||
+ | $ make clean | ||
$ make | $ make | ||
$ make install | $ make install | ||
- | $ cp -r . /export/apps/ | + | $ cd $PPH |
- | $ sudo chown -R root: | + | $ ./configure |
- | </ | + | $ find $PPH/scratch -type d -exec chmod 777 {} \; |
+ | $ find $PPH/scratch -type d -exec chmod +t {} \; | ||
+ | $ sudo chown -R root: | ||
+ | Note that this can take nearly 200GB of space and many hours to download, expand, and process all the data files. |
polyphen-software.1489062516.txt.gz · Last modified: by joguya