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
Hey all :)
I have been playing around to integrate kalign into this pipeline.
I deployed it on different compute environments and noticed that on (mostly older) CPUs I get an "illegal instruction" error.
41 Done unpigz -cdf gluts-ref.fa 42 Illegal instruction (core dumped) | kalign -n 2 -o gluts-ref_null-args-null_KALIGN-args-null.aln
The command line:
unpigz -cdf gluts-ref.fa | \ kalign \ \ -n 2 \ -o gluts-ref_null-args-null_KALIGN-args-null.aln
Do you have any idea why this may be happening and whether it is somehow preventable?
Thanks a lot :)
The text was updated successfully, but these errors were encountered:
Hi, Do you have a list of the CPU's causing this error? Thanks!
Sorry, something went wrong.
On these ones they were failing: Intel(R) Xeon(R) CPU E5-2680 0 @ 2.70GHz
I do not have a comprehensive list unfortunately
No branches or pull requests
Hey all :)
I have been playing around to integrate kalign into this pipeline.
I deployed it on different compute environments and noticed that on (mostly older) CPUs I get an "illegal instruction" error.
The command line:
Do you have any idea why this may be happening and whether it is somehow preventable?
Thanks a lot :)
The text was updated successfully, but these errors were encountered: