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

EpitopeAssemblyWithSpacer with Cbc fails for more than 14 peptides #246

Open
matdoering opened this issue Jun 30, 2021 · 0 comments
Open

Comments

@matdoering
Copy link

Cbc crashes for larger instances of the ILP for spacer design. Here's a minimal example that will crash after ~4 mins:

cleavage_predictor = CleavageSitePredictorFactory("PCM")
epitope_predictor = EpitopePredictorFactory("BIMAS")

opti_result = EpitopeAssemblyWithSpacer(
        peptides,
        cleavage_predictor,
        epitope_predictor,
        supported_alleles,
        solver="cbc",
        verbosity=1
    ).solve()

Please consider the log output.

Besides the crash, the python process also doesn't terminate since the crashed thread seems to be stuck. I tried to fix the problem by catching the exception and explicitly closing/terminating the thread pool but that didn't fix the problem either.

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

No branches or pull requests

1 participant