Skip to content
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

Open
fab-genty opened this issue Dec 8, 2017 · 1 comment
Open

Problem with a PDB #10

fab-genty opened this issue Dec 8, 2017 · 1 comment

Comments

@fab-genty
Copy link

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

@boscoh
Copy link
Owner

boscoh commented Dec 11, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants