We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear, I use custom score matrix below : and running the below command use diamond v2.1.9.163 : diamond blastp --more-sensitive -d dataset.fa -q query.part_001.fa -p 5 -f 6 qseqid sseqid pident length mismatch ppos gapopen qstart qend sstart send evalue bitscore qlen slen stitle -o dataset.fa.1.blast.out --max-target-seqs 5 --custom-matrix matrix.txt --gapopen 11 --gapextend 1 There are one error:
#CPU threads: 5 Error: The ALP library failed to compute the statistical parameters for this matrix. It may help to adjust the gap penalty settings.
How to solve it? How to set the --gapopen and --gapextend parameter? Thank you very much! I am looking forwards your reply!
The text was updated successfully, but these errors were encountered:
I'm not familiar with the internals of the ALP library and why it may fail for certain matrices.
Sorry, something went wrong.
No branches or pull requests
Dear,
I use custom score matrix below :
and running the below command use diamond v2.1.9.163 :
diamond blastp --more-sensitive -d dataset.fa -q query.part_001.fa -p 5 -f 6 qseqid sseqid pident length mismatch ppos gapopen qstart qend sstart send evalue bitscore qlen slen stitle -o dataset.fa.1.blast.out --max-target-seqs 5 --custom-matrix matrix.txt --gapopen 11 --gapextend 1
There are one error:
#CPU threads: 5
Error: The ALP library failed to compute the statistical parameters for this matrix. It may help to adjust the gap penalty settings.
How to solve it? How to set the --gapopen and --gapextend parameter?
Thank you very much!
I am looking forwards your reply!
The text was updated successfully, but these errors were encountered: