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

SPICE amino acids for --mol_str #64

Merged
merged 4 commits into from
Sep 4, 2023
Merged

Conversation

paolot-gc
Copy link
Contributor

This is to address issue #60.
This PR adds support for the 'SPICE Solvated Amino Acids Single Points Dataset v1.1'.
The amino acid can be specified via the --mol_str option. For example --mol_str GLY would select glycine.
Some of the amino acids cannot be supported because the data set provides them as ions (e.g. arginine).
The dataset is a HDF5 file. To open it, this PR adds a new requirements, namely the h5py package.
(pandas read_hdf() complained about the HDF5 being incompatible; it seems read_hdf() expects at least a group.)

Copy link
Contributor

@AlexanderMath AlexanderMath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great!

@AlexanderMath AlexanderMath merged commit 9287fa8 into main Sep 4, 2023
1 check failed
@AlexanderMath AlexanderMath deleted the Adding_SPICE_dataset branch September 4, 2023 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants