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

mol2morgan_fingerprint: remove deprecated fp function #83

Merged
merged 8 commits into from
Sep 23, 2024

Commits on Sep 9, 2024

  1. mol2morgan_fingerprint: remove deprecated fp function

        - Remove AllChem.GetMorganFingerprintAsBitVect
          from the code because it is deprecated.
        - Add a test to ensure the bit2atom mapping works
          as intended.
    JochenSiegWork committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    18a2543 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Error handling sanitize bug (#85)

    * fix molsanitize exception error catching
    
    * linting
    
    * isort on other stuff
    frederik-sandfort1 authored and JochenSiegWork committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    91152e1 View commit details
    Browse the repository at this point in the history
  2. Inchitomol (#86)

    * fix molsanitize exception error catching
    
    * linting
    
    * isort on other stuff
    
    * add inchitomol element
    frederik-sandfort1 authored and JochenSiegWork committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    85cacba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f83de3 View commit details
    Browse the repository at this point in the history
  4. docu: update readme, add image, add feature calc notebook (#90)

    * docu: update readme, add image, add feature calc notebook
    
    * readme: add feature calculation example
    
    * readme: add published Molpipeline paper link
    
    * notebooks: add header to feature calculation
    JochenSiegWork committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4bd1dfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccb5d59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b5a844 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b36f6ce View commit details
    Browse the repository at this point in the history