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

OpenPrimeRui suddenly dies #19

Open
alexlenail opened this issue Jul 29, 2024 · 1 comment
Open

OpenPrimeRui suddenly dies #19

alexlenail opened this issue Jul 29, 2024 · 1 comment

Comments

@alexlenail
Copy link

I'm trying to design 155 reverse primers for a multiplex PCR experiment using OpenPrimeRui, but running into errors with the docker container. The logs look like:

a) Filtering of primers
o primer_length: 24645 primers remaining (100%)
o gc_clamp: 11544 primers remaining (46.84%)
o gc_ratio: 7033 primers remaining (28.54%)
o no_runs: 6886 primers remaining (27.94%)
o no_repeats: 6886 primers remaining (27.94%)
o melting_temp_range: 5536 primers remaining (22.46%)

And then the container suddenly dies. Do you know how I might be able to discover the cause of the issue?

@matdoering
Copy link
Owner

Hi @alexlenail,
Seems like it's being stuck in the next constraint evaluation after the melting temp evaluation. If you want to find the cause of the issue, you can take the package source code and start with some printout sections, if you really want do dive deep into this. The compute.constraints function in constraints_eval.R may be a good start.

Good luck :-)

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

2 participants