What Is The Reason For Getting The "Max Hsp Reached" Error When Using The Ncbi Blast
3
0
Entering edit mode
11.4 years ago
Naren ▴ 1000

after this command :

blastall -p tblastx -d *1.txt* -i *2.txt* -o *ortholog.txt* -m 8 -a 3

this error:

[NULL_Caption] WARNING:  [000.000] 'gene|288336358|1037' : Reached max 200 HSPs in BlastSaveCurrentHsp, continuing with this limit
• 2.5k views
ADD COMMENT
3
Entering edit mode
11.4 years ago

It's just a warning. It should still continue to output your results. All it is saying is that it has found more than 200 HSPs and will stop outputting HSPs since the limit is set at 200.

ADD COMMENT
0
Entering edit mode

Thanks, so far it is not affecting my output its okay.

ADD REPLY
0
Entering edit mode
11.4 years ago
cdsouthan ★ 1.9k

These may be caused by multiple domain match repeats

ADD COMMENT
0
Entering edit mode
11.4 years ago
vijay ★ 1.6k

This happens when there are more than 200 significant alignments between the sequences. You can actually cut down your query sequences into small fragments and try running tblastx again .

The below tutorial addresses some of the issues confronted while running command line blast searches. Hope it would be useful for you!!

http://etutorials.org/Misc/blast/Part+IV+Industrial-Strength+BLAST/Chapter+10.+Installation+and+Command-Line+Tutorial/10.3+Command-Line+Tutorial/

ADD COMMENT
0
Entering edit mode

thank you very much vijay

ADD REPLY

Login before adding your answer.

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