ncbi-blast-2.9.0+ Generate PSSm profile using PSI blast for multiple fasta sequences
1
0
Entering edit mode
4.1 years ago
Rana • 0

Hi I want to generate PSSm profile for multiple Fasta sequences. However, I encountered several problems. At First I run the PSI Blast and it seems it was working fine but in the end there was no output stored in the generated output file.

/ncbi-blast-2.9.0+/bin$ psiblast -db /data/BlastDB/uniref50.fasta -query Test_1999.fasta -evalue 0.001 -out Test.txt -out_ascii_pssm seq.1.pssm -num_threads 8 –num_iterations 2

So I thought to try again but now I am getting error stating that " BLAST failed to write output" if anyone can help me to solve these issues. I will be very grateful to him/her.

Thanks in advance.

software error sequence • 1.3k views
ADD COMMENT
0
Entering edit mode

do you still have storage (quota?) available where you want to write out the file ?

and do you have permissions to write the output file? it seems like you want to write the output file in the dir where blast is installed, perhaps you don't have permissions to write files in that location?

ADD REPLY
0
Entering edit mode
4.1 years ago
GenoMax 142k

As @lieven indicated /add_a_valid directory location to command line below to save the results.

/ncbi-blast-2.9.0+/bin$ psiblast -db /data/BlastDB/uniref50.fasta -query Test_1999.fasta -evalue 0.001 -out /add_valid_path/Test.txt -out_ascii_pssm /add_valid_path/seq.1.pssm -num_threads 8 –num_iterations 2
ADD COMMENT
0
Entering edit mode

Thankyou so much for your response your suggestion helped and now I am able to generate and store output. Thank you

ADD REPLY

Login before adding your answer.

Traffic: 1532 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6