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

Open
rvhonorato opened this issue Jun 12, 2024 · 1 comment
Open

Pad lines before parsing PDB #10

rvhonorato opened this issue Jun 12, 2024 · 1 comment

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

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

When branches are created from issues, their pull requests are automatically linked.

1 participant