Hello everyone, there is a warning after I ran blast2:
mrkurban@mrkurban-Lenovo:~/Desktop$ blast2 -p tblastn -i quir.fa -j gene.fa -e 1e-4 > newoutputfile.txt
[blast2] WARNING: comp867: Could not calculate ungapped Karlin-Altschul parameters due to an invalid query sequence or its translation. Please verify the query sequence(s) and/or filtering options
mrkurban@mrkurban-Lenovo:~/Desktop$
I do not know where did I go wrong?
I think the warning here is clear enough that you can look up what went wrong yourself.
Did you verify the query?
Hi @Cytosine
My two sequences file form are as follows:
file1.fasta
file2.fasta
Among this two files, one of them is query seq, another one is db seq. Are they not standard fasta files? How should I further verify them?