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

Initial support for 3D conformer loading #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LiorZ
Copy link

@LiorZ LiorZ commented Nov 21, 2024

Currently working only with smiles. The steps are:

  1. Compute the smiles molecule
  2. Load the 3D conformer from the file
  3. Align the molecules
  4. Copy the metadata for each atom from the smiles generated molecule to the loaded conformer atoms

The way it works is by simply adding another field, similar to the way MSA is supported:


>C|smiles|path/to/file.sdf
...

Need to change the documentation to reflect this change (if the change is accepted by the maintainer)

@jwohlwend
Copy link
Owner

Hey @LiorZ , very cool. I'll review that as soon as I have a bit of time but at first glance it looks great

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 this pull request may close these issues.

2 participants