-
Notifications
You must be signed in to change notification settings - Fork 26
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
Problem with a PDB #10
Comments
Hi,
The error "assert(crds1.shape == crds2.shape)" means the list of CA atoms
are not equal between the PDB structure. You should check if this is the
case.
Bosco
…On Fri, Dec 8, 2017 at 11:59 PM, fab-genty ***@***.***> wrote:
Hello, I use your program to compute the RMSD between the two PDB, one is
a standard PDB and the other one is from a minimized PDB from attract .So,
I get an error
./bin/pdbrmsd 1j5p_A.pdb out_1mjf_A_1mjf_B_sol_1.pdb
1j5p_A.pdb: all residues containing containing CA atoms
out_1mjf_A_1mjf_B_sol_1.pdb: all residues containing containing CA atoms
Traceback (most recent call last):
File "./bin/pdbrmsd", line 66, in
pdb1, pdb2, segments1, segments2, atom_types, transform_pdb1)
File "/home/fabien/Documents/2017_18_M2BI_cours/Meet_U/test/
local/lib/python2.7/site-packages/pdbremix-.-py2.7.egg/pdbremix/rmsd.py",
line 196, in rmsd_of_pdbs
atom_types, transform_pdb1)
File "/home/fabien/Documents/2017_18_M2BI_cours/Meet_U/test/
local/lib/python2.7/site-packages/pdbremix-.-py2.7.egg/pdbremix/rmsd.py",
line 162, in rmsd_of_soups
rmsd, transform_1_to_2 = calc_rmsd_rot(crds1, crds2)
File "/home/fabien/Documents/2017_18_M2BI_cours/Meet_U/test/
local/lib/python2.7/site-packages/pdbremix-.-py2.7.egg/pdbremix/rmsd.py",
line 84, in calc_rmsd_rot
return numpy_svd_rmsd_rot(crds1, crds2)
File "/home/fabien/Documents/2017_18_M2BI_cours/Meet_U/test/
local/lib/python2.7/site-packages/pdbremix-.-py2.7.egg/pdbremix/rmsd.py",
line 38, in numpy_svd_rmsd_rot
assert(crds1.shape == crds2.shape)
AssertionError
Here is the file
out_1mjf_A_1mjf_B_sol_1.txt
<https://github.com/boscoh/pdbremix/files/1542685/out_1mjf_A_1mjf_B_sol_1.txt>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALAAER8ewU4CT_bQFlPcbydlT0Y1yAAks5s-TKngaJpZM4Q7D5Q>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I use your program to compute the RMSD between the two PDB, one is a standard PDB and the other one is from a minimized PDB from attract .So, I get an error
./bin/pdbrmsd 1j5p_A.pdb out_1mjf_A_1mjf_B_sol_1.pdb
1j5p_A.pdb: all residues containing containing CA atoms
out_1mjf_A_1mjf_B_sol_1.pdb: all residues containing containing CA atoms
Traceback (most recent call last):
File "./bin/pdbrmsd", line 66, in
pdb1, pdb2, segments1, segments2, atom_types, transform_pdb1)
File "/home/fabien/Documents/2017_18_M2BI_cours/Meet_U/test/local/lib/python2.7/site-packages/pdbremix-.-py2.7.egg/pdbremix/rmsd.py", line 196, in rmsd_of_pdbs
atom_types, transform_pdb1)
File "/home/fabien/Documents/2017_18_M2BI_cours/Meet_U/test/local/lib/python2.7/site-packages/pdbremix-.-py2.7.egg/pdbremix/rmsd.py", line 162, in rmsd_of_soups
rmsd, transform_1_to_2 = calc_rmsd_rot(crds1, crds2)
File "/home/fabien/Documents/2017_18_M2BI_cours/Meet_U/test/local/lib/python2.7/site-packages/pdbremix-.-py2.7.egg/pdbremix/rmsd.py", line 84, in calc_rmsd_rot
return numpy_svd_rmsd_rot(crds1, crds2)
File "/home/fabien/Documents/2017_18_M2BI_cours/Meet_U/test/local/lib/python2.7/site-packages/pdbremix-.-py2.7.egg/pdbremix/rmsd.py", line 38, in numpy_svd_rmsd_rot
assert(crds1.shape == crds2.shape)
AssertionError
Here is the file
out_1mjf_A_1mjf_B_sol_1.txt
The text was updated successfully, but these errors were encountered: