Conversation
…ry pdbs to be loaded as well
…al system, e.g., protein-ligand complexes
…e conf or external pdb
…ames as input. This enable water analysis for free
CosolvKit update towards 0.6
…factor the AGFE calculations
Change the solvent-accessible voxels calculation of atom counting for atom-type densities. Refactors the AGFE calculations.
…ting the system. This solves issue #50
address issue #50 expose ions for solvating
…tching atom types Fixes #48
fix: this solves bug #48
mallanos
added a commit
that referenced
this pull request
Apr 4, 2026
Merge pull request #54 from forlilab/update_cosolvkit
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.
This pull request introduces several improvements and updates to the documentation and the code. The main focus is on improving usability, configuration clarity, and logging, as well as updating default parameters and correcting inconsistencies. Several new features were included in the analysis pipeline as well. Below are the most important changes, grouped by theme:
Documentation and Configuration Updates:
README.mdto reflect new configuration parameter names and defaults, clarified instructions, fixed typos, and improved example usage. Notable changes include renaming parameters (e.g.,radius→box_size,output→output_dir), updating cosolvent and repulsive force parameter names, and correcting SMILES strings. [1] [2] [3] [4] [5] [6]CLI Script Improvements:
create_cosolvent_system.pyscript using a newsetup_loggingutility, providing clearer runtime feedback and error reporting. [1] [2] [3]radius→box_size), updated default simulation steps to25000000, added new arguments fortemperature, and improved error checking for configuration consistency. [1] [2]Simulation and Output Handling:
output_dir.These changes collectively improve the reliability, clarity, and usability of the cosolvkit setup and simulation workflow.