converting a fasta database to blastp database
2
0
Entering edit mode
9.5 years ago

hello I'm running a wwwblast software on my server I do have a fasta database and I would like to use it in wwwblast

I googled it a little and found that makeblastdb does the job I used this command to convert my database:

makeblastdb -in Iraller3.fasta -dbtype 'prot' -out iraller_db

It gives me this output:

New DB name:   iraller_db
New DB title:  Iraller3.fasta
Sequence type: Protein
Keep Linkouts: T
Keep MBits: T
Maximum file size: 1000000000B
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Error: (1431.1) FASTA-Reader: Warning: FASTA-Reader: Ignoring FASTA modifier(s) found because the input was not expected to have any.
Adding sequences from FASTA; added 1706 sequences in 0.0759079 seconds.

So I modified the main index.html on wwwblast and added the database name to the list :

<select name = "DATALIB">
    <option VALUE = "iraller"> iraller database 
    <option VALUE = "test_aa_db"> test_aa_db
</select>

and the files are in the db folder, but when I try to search a query I get this error:

The combination of database and program, that you provided in your
message is invalid or not acceptable by BLAST search system.
Please look at current possible combinations in BLAST help.

This is the contents of the db folder:

CDD  Iraller3.fasta    iraller_dbls.pin  iraller_db.phr  iraller_db.psq  iraller.pin  test_aa_db      test_aa_db.pin  test_aa_db.pni  test_aa_db.psi  test_na_db      test_na_db.nin
CVS  iraller_dbls.phr  iraller_dbls.psq  iraller_db.pin  iraller.phr     iraller.psq  test_aa_db.phr  test_aa_db.pnd  test_aa_db.psd  test_aa_db.psq  test_na_db.nhr  test_na_db.nsq

Sorry if my question is a little long I was trying to give all the details

Thanks

blast • 3.8k views
ADD COMMENT
0
Entering edit mode

Could not quite understand your question. Check if your sequences are nucleotide or protein. If nucleotide use -dbtype 'nucl', otherwise use -dbtype 'prot'. From this page, it seems that if your database is created using BLAST+ 2.2.29 version, you can just safely ignore the errors as it seems to be a bug in the software.

ADD REPLY
0
Entering edit mode
9.4 years ago
rtliu ★ 2.2k

Have a try:

<option VALUE = "**iraller_db**"> iraller database
ADD COMMENT
0
Entering edit mode
9.0 years ago
thackl ★ 3.0k

Just for closure: this was fixed in BLAST+ 2.2.30 according to http://blastedbio.blogspot.de/2014/04/error-1431-fasta-reader-ignoring-modifiers.html.

ADD COMMENT

Login before adding your answer.

Traffic: 3156 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