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

Construct offpele's molecule from SMILES #27

Closed
martimunicoy opened this issue Aug 24, 2020 · 0 comments · Fixed by #28 or #29
Closed

Construct offpele's molecule from SMILES #27

martimunicoy opened this issue Aug 24, 2020 · 0 comments · Fixed by #28 or #29
Labels
enhancement New feature or request

Comments

@martimunicoy
Copy link
Owner

We can construct molecules from SMILES tags. This method would ease the automatization workflows that employ offpele. For this purpose, we need three main features:

  • Build RDKit's molecule from smiles using the method Chem.MolFromSmiles.
  • New function to automatically assign atom names to the molecule (as we no longer will feed from a PDB file).
  • A function to write the new molecule to a PDB file for PELE (PELE will still need a PDB file with the correct conformation and atom names assigned).
@martimunicoy martimunicoy added the enhancement New feature or request label Aug 24, 2020
@martimunicoy martimunicoy linked a pull request Aug 24, 2020 that will close this issue
4 tasks
@martimunicoy martimunicoy linked a pull request Sep 2, 2020 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant