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

[WIP] Addition of MDAnalysis RDKit converter #87

Open
wants to merge 8 commits into
base: Development_v_1.1
Choose a base branch
from

Commits on Jun 8, 2024

  1. Update rdkit_figure_generation.py

    Applied RDKit Converter function to obtain rdkit mol file for figure
    talagayev authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    188bef0 View commit details
    Browse the repository at this point in the history
  2. Update rdkit_figure_generation.py

    smiles removed, due to not using them here
    talagayev authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    1a6d195 View commit details
    Browse the repository at this point in the history
  3. Update openmmdlanalysis.py

    removed smiles from generate_ligand_image
    talagayev authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    17b9668 View commit details
    Browse the repository at this point in the history
  4. Update openmmdlanalysis.py

    Adjusted the Binding Mode Figures to use RDKit Converter
    talagayev authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    e027080 View commit details
    Browse the repository at this point in the history
  5. Update openmmdlanalysis.py

    removed convert_to_smiles since it is not needed
    talagayev authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    bd891d1 View commit details
    Browse the repository at this point in the history
  6. Update preprocessing.py

    removed convert_to_smiles
    talagayev authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    7606e29 View commit details
    Browse the repository at this point in the history
  7. Update openmmdlanalysis.py

    adjusted name in extracting and saving ligand as sdf
    talagayev authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    2ef46b7 View commit details
    Browse the repository at this point in the history
  8. Update preprocessing.py

    Applied MDAnalysis RDKit Converter for SDF Generation
    talagayev authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    cf6d3c7 View commit details
    Browse the repository at this point in the history