Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the source package directory.
cd /path/to/psipred
- Decompress the installation package and go to the directory generated after the decompression.
tar xvf v4.0.tar.gz cd psipred-4.0/src
- Perform the compilation.
make -j make install
- Go to the directory generated after the decompression.
cd ../BLAST+
- Create a database directory and go to it.
mkdir database && cd database
- Download and use the database.
wget http://ftp.ncbi.nih.gov/blast/db/FASTA/swissprot.gz gunzip swissprot.gz makeblastdb -dbtype prot -in swissprot -out swissprot
- Modify the run file.
- Open runpsipredplus.
cd .. vim runpsipredplus
- Press i to enter the insert mode and modify lines 14 and 17.
set dbname = /path/to/psipred-4.0/BLAST+/database/swissprot set ncbidir = /path/to/blast+/ncbi-blast-2.13.0+-src/c++/ReleaseMT/bin
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open runpsipredplus.
Parent topic: psipred 4.0 Porting Guide (Kylin V10)