-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
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
Why the transformation matrix u and t are all zeros? #393
Comments
They shouldn't be all 0. |
I put the attached two pdb files (github doesn't allow .pdb extension, so I changed the extension to .txt when uploading here) under the tmp folder. Then, I run the command 6fje_B_protein.txt /path/to/foldseek/bin/foldseek easy-search tmp/6fje_B_protein.pdb tmp aln tmpFolder --format-output 'query,target,alnlen,mismatch,qstart,qend,tstart,tend,cigar,bits,u,t' This is the result I got
|
Thank you for reporting. @sooyoung-cha could you please have a look. It seems your filter is overwriting the u,t for complexes. |
I have fixed this issue. Could you please try the newest version? |
It works now. Thank you very much! |
I tried to align two proteins using easy-search and get the transformation matrix by --format-output 'u,t', but I got results like "0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000,0.000 0.000,0.000,0.000".
The text was updated successfully, but these errors were encountered: