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

1 scripts running for too long #3

Merged
merged 26 commits into from
Mar 22, 2024
Merged

Conversation

aalexmmaldonado
Copy link
Member

@aalexmmaldonado aalexmmaldonado commented Mar 22, 2024

Combinatorial explosions

Previously, WISP did not check for combinatorial explosions before proceeding or communicating with the user about a potential issue. This behavior caused the perception that the code was not working correctly when, in actuality, the combinatorics were too large.

This PR closes #1 by estimating the number of paths and terminating the job if it exceeds some maximum. The user can increase this limit if they desire.

Missing chains

In the PDB file provided by #1, there are multiple proteins, but no chains are specified. We fixed the ability to increment the chain ID based on encountering a TER.

@aalexmmaldonado aalexmmaldonado linked an issue Mar 22, 2024 that may be closed by this pull request
@aalexmmaldonado aalexmmaldonado added bug Something isn't working enhancement New feature or request labels Mar 22, 2024
@codecov-commenter
Copy link

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@aalexmmaldonado aalexmmaldonado removed the request for review from jacobdurrant March 22, 2024 18:22
@aalexmmaldonado aalexmmaldonado marked this pull request as ready for review March 22, 2024 18:32
@aalexmmaldonado aalexmmaldonado merged commit c8fd43a into main Mar 22, 2024
4 checks passed
@aalexmmaldonado aalexmmaldonado deleted the 1-scripts-running-for-too-long branch March 22, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scripts running for too long
2 participants