Warning: lcl|Query_1 1DCH:A|PDBID|CHAIN|SEQUENCE: Warning: Composition-based score adjustment conditioned on sequence properties and unconditional composition-based score adjustment is not supported with PSSMs, resetting to default value of standard composition-based statistics
Can someone help me as to what this warning message means? I mean the results that I get are pretty fine, so until now I just ignored it. But slowly I'm wondering if I'm doing a mistake.
I run PSI-Blast with following parameters
./psiblast \
-query 1cbyA.seq \
-db ./blastdb \
-matrix PAM30 \
-num_iterations 5 \
-num_alignments 3000 \
-num_descriptions 3000 \
-gapopen 32767 \
-gapextend 32767 \
-evalue 10 \
-outfmt 7 \
-out ./output.txt
Hello,Stef!I'm facing the same problem as you met 3 years ago. Did you find an appropriate method to solve it?I just set the parameter
-numiteration
to be 2,but still the warning appears.I meet the same problem. Did you solve it?
I added "-comp_based_stats 1" option, which avoid to print the warning information.