1

Question 1:

I'm running the following:

blast-2.2.26/bin/blastpgp -i protein.fasta -j 5 -o file -d nr

where protein.fasta is a fasta file containing a single protein sequence. This produces no output and the -o file is empty.

Question 2:

I was able to successfully use:

blast-2.2.26/bin/formatdb -i family_of_proteins.fas -o T -s T

to create database files. However, this produced multiple files, .phr, .pin, .psd, .psi, .psq. Which one of these should I pass with the -d flag to use my own database?

Thank you!

4

1 回答 1

2

对于问题 2:

您应该使用 -d 标志传递基本名称,因此在您的示例中,它将是“-d family_of_proteins.fas”

于 2015-05-19T08:24:43.343 回答