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

Small problem with delete_atom or molsetup.Atom #233

Closed
rwxayheee opened this issue Nov 12, 2024 · 1 comment
Closed

Small problem with delete_atom or molsetup.Atom #233

rwxayheee opened this issue Nov 12, 2024 · 1 comment
Assignees

Comments

@rwxayheee
Copy link
Contributor

There might be a small problem with function delete_atom (making a dummy atom) in MoleculeSetup

def delete_atom(self, atom_index: int):

from meeko.molsetup import Atom
Atom(1, is_dummy=True)

None of our cli scripts are currently using this, but I can provide a fix in the future

@rwxayheee
Copy link
Contributor Author

fixed in #255

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

1 participant