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

Create OpenBabelParser to convert OpenBabel OBMol to MDAnalysis Universe by parsing atom attributes #10

Closed
lunamorrow opened this issue Jun 17, 2024 · 1 comment
Assignees

Comments

@lunamorrow
Copy link
Collaborator

The first step of this OpenBabel converter will be to convert OpenBabel OBMols to MDAnalysis Universes. This will enable the indirect parsing of over 100 file types into a format that MDAnalysis tools can analyse.

After discussion (see #5), both the planned implementation and order of development has been modified. The OpenBabelParser will take an OBMol and correctly convert its attributes to an MDAnalysis Universe, not including positions (supplied by OpenBabelReader #5). This Class will need to account for different attributes in OBMol objects formed from different file types, and will exploit the OpenBabel python wrappers for easy access of attributes. The resulting Universe can be analysed as is, or modified.

For more information and suggested implementation please see GSoC Project.

@lunamorrow
Copy link
Collaborator Author

Working here @hmacdope

@lunamorrow lunamorrow self-assigned this Jun 17, 2024
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