You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
might be problematic if characters are not properly right justified.
While right justified is the required format, RINRUS breaks if the characters are left justified, even if in the right fields.
I think
C
C
Cl
should work the same as
C
C
Cl
even if it doesn't strictly adhere to PDB formatting.
I don't understand why the code is misbehaving for the former situation...
The text was updated successfully, but these errors were encountered:
hah yeah that didn't work right, did it?
first example misbehaves with
one letter characters on space 77, two letter characters on spaces 77 and 78
second example works with
one letter characters on space 78, two letter characters on spaces 77 and 78
I'll upload the two different pdbs later today
Lines 41-44 of read_write_pdb.py:
try:
elsymbol = line[76:78]
except:
elsymbol = ''
might be problematic if characters are not properly right justified.
While right justified is the required format, RINRUS breaks if the characters are left justified, even if in the right fields.
I think
C
C
Cl
should work the same as
C
C
Cl
even if it doesn't strictly adhere to PDB formatting.
I don't understand why the code is misbehaving for the former situation...
The text was updated successfully, but these errors were encountered: