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

Moved hbp calculator into class SCI-1804 #73

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

pmbulit
Copy link
Member

@pmbulit pmbulit commented Jan 9, 2025

Updated scripts using HBP with a class for better performance


# Use default coordination cutoffs unless user overrides
groups = self.hbp.generate_hbond_groupings(min_donor_prob=self.min_donor_coordination,
min_acceptor_prob=self.min_acceptor_coordination)
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [flake8] <128> reported by reviewdog 🐶
continuation line under-indented for visual indent


# Use default coordination cutoffs unless user overrides
groups = self.hbp.generate_hbond_groupings(min_donor_prob=self.min_donor_coordination,
min_acceptor_prob=self.min_acceptor_coordination)
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [flake8] <128> reported by reviewdog 🐶
continuation line under-indented for visual indent

Copy link

sonarqubecloud bot commented Jan 9, 2025

@pmbulit pmbulit merged commit a0876f5 into main Jan 9, 2025
5 checks passed
@pmbulit pmbulit deleted the jira_sci_1804_hbp_class branch January 9, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants