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

Improve CHARMMTopology.create_hierarchy() to assign multi-char chain IDs #1071

Closed
benmwebb opened this issue Nov 9, 2022 · 0 comments
Closed

Comments

@benmwebb
Copy link
Member

benmwebb commented Nov 9, 2022

create_hierarchy() currently just assigns char chain IDs sequentially starting from A, so chain IDs will start to look weird after 26 chains (and eventually the ID will hit chr(255) and then wrap around to chr(0)). Add an option to assign mmCIF-style multicharacter chain IDs if desired (AA, AB, AC, etc.).

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

No branches or pull requests

1 participant