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

Interactions (hpb improvements) #1765

Merged
merged 8 commits into from
Oct 9, 2023
Merged

Conversation

karolamik13
Copy link
Contributor

Improvements for hpb.so (description, ImportError, different Python versions for hpb.so, docx)

@@ -182,7 +181,7 @@ def calcHydrophobicOverlapingAreas(atoms, **kwargs):
import hpb
imported_hpb = True
except ImportError:
LOGGER.info('Please provide hpb.so file into the directory.')
raise ImportError('Please provide hpb.so file into the directory.')
Copy link
Contributor

Choose a reason for hiding this comment

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

Doesn’t need to be in directory, could be compiled inside prody

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You are right. I will change that, and I will add the description in the main ProDy README.

@karolamik13 karolamik13 merged commit 69eb180 into prody:master Oct 9, 2023
4 checks passed
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