need help about blast2
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?
• 2,884 views
•
link
1 answer
I see at least one problem. You are using tblastn to compare two nucleotide sequences. tblastn takes a protein sequence as query and searches against translated nucleotide sequences. Try blastn instead.
Also, blast2 is an outdated tool. NCBI recommends to use the recent BLAST+ application.
ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/
If you have to compare only few sequences, you can also use the NCBI BLAST online to compare two nucleotide sequences:
• 0 views
•
link
Log in to answer this question.
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.fastafile2.fastaAmong 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?