Adds physicochemical properties to output#18
Merged
matthewtoholland merged 5 commits intomainfrom Dec 11, 2025
Merged
Conversation
Adds a function to calculate physicochemical properties, such as molecular weight, cLogP, TPSA, hydrogen bond donors/acceptors, and heavy/heteroatom counts. These properties are stored in a dictionary associated with the Molecule class. Minimum working example
Updates the output format from plain text to CSV for improved data handling. Facilitates easier importing of results into spreadsheet programs and other data analysis tools.
Adds a new folder to .gitignore to prevent tracking of local result files. This avoids accidentally committing large or sensitive files.
Calculates and includes the differences in physicochemical properties (MW, cLogP, TPSA, HBD, HBA, heavy atoms, and heteroatoms) between the query molecule and each hit in the search results. This provides additional context for assessing the similarity of hits to the query, improving the usefulness of the results.
Updates column names in the result table to fix bug with Greek Delta not displaying correctly, using "Delta_" prefix for changes in physicochemical properties.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds calculation and display of physicochemical properties: