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

Pad lines before parsing PDB #10

Closed
rvhonorato opened this issue Jun 12, 2024 · 1 comment · Fixed by #16
Closed

Pad lines before parsing PDB #10

rvhonorato opened this issue Jun 12, 2024 · 1 comment · Fixed by #16

Comments

@rvhonorato
Copy link
Member

Some of our "golden data" is in the incorrect format, missing some spaces in the end;

This line was too short to parse the expected data field (at 76 to 78)
, InvalidatingError: Line too short
    ╷
190 │ ATOM    311  O1P  DT B  32      -7.080   5.978  23.824  1.00  0.00      B
    ·                                                                         ────
    ╵

This can be fixed by padding the lines

@rvhonorato
Copy link
Member Author

Maybe it's possible to use the pdb-handler

@rvhonorato rvhonorato linked a pull request Aug 22, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant