Thank you for your replay.
I think the problem I am facing is with the database setup, these are the steps I follow to setup the UniProt90 database (slightly changed from the top and without using pfilt as you advised):
wget ftp://ftp.uniprot.org/pub/databases/uniprot/uniref/uniref90/uniref90.fasta.gz
gunzip -v uniref90.fasta.gz
makeblastdb -in uniref90.fasta -dbtype prot -out uniref90.fasta -hash_index
But the setup does not complete and I get the following error:
Building a new DB, current time: 09/08/2017 10:54:39
New DB name: /home/acresearch/Desktop/db/uniref90.fasta
New DB title: uniref90.fasta
Sequence type: Protein
Keep MBits: T
Maximum file size: 1000000000B
volume: /home/acresearch/Desktop/db/uniref90.fasta.00
volume: /home/acresearch/Desktop/db/uniref90.fasta.01
volume: /home/acresearch/Desktop/db/uniref90.fasta.02
file: /home/acresearch/Desktop/db/uniref90.fasta.00.pin
file: /home/acresearch/Desktop/db/uniref90.fasta.00.phr
file: /home/acresearch/Desktop/db/uniref90.fasta.00.psq
file: /home/acresearch/Desktop/db/uniref90.fasta.00.psi
file: /home/acresearch/Desktop/db/uniref90.fasta.00.psd
file: /home/acresearch/Desktop/db/uniref90.fasta.00.phi
file: /home/acresearch/Desktop/db/uniref90.fasta.00.phd
file: /home/acresearch/Desktop/db/uniref90.fasta.00.pog
file: /home/acresearch/Desktop/db/uniref90.fasta.01.pin
file: /home/acresearch/Desktop/db/uniref90.fasta.01.phr
file: /home/acresearch/Desktop/db/uniref90.fasta.01.psq
file: /home/acresearch/Desktop/db/uniref90.fasta.01.psi
file: /home/acresearch/Desktop/db/uniref90.fasta.01.psd
file: /home/acresearch/Desktop/db/uniref90.fasta.01.phi
file: /home/acresearch/Desktop/db/uniref90.fasta.01.phd
file: /home/acresearch/Desktop/db/uniref90.fasta.01.pog
file: /home/acresearch/Desktop/db/uniref90.fasta.02.pin
file: /home/acresearch/Desktop/db/uniref90.fasta.02.phr
file: /home/acresearch/Desktop/db/uniref90.fasta.02.psq
file: /home/acresearch/Desktop/db/uniref90.fasta.02.psi
file: /home/acresearch/Desktop/db/uniref90.fasta.02.psd
file: /home/acresearch/Desktop/db/uniref90.fasta.02.phi
file: /home/acresearch/Desktop/db/uniref90.fasta.02.phd
file: /home/acresearch/Desktop/db/uniref90.fasta.02.pog
file: /home/acresearch/Desktop/db/uniref90.fasta.pal
BLAST Database creation error: Error: Duplicate seq_ids are found:
GNL|BL_ORD_ID:2267708
I get this same error whether I use pfilt or I don't. I am not sure what to do in this situation.
duplicate of Trying To Run Psipred But Failing To Use Blastpgp
I followed these instructions, but they are 4 years old and it seems there has been major changes to the PSIPRED program as well as others. Hence the steps in that forum entry do not work anymore.
As a side note: installing troubleshootings that depend on dependencies and standard errors are better solved in Stack Overflow! Here you might find the help you need but this forum is about problems with data interpretation and program usage :)