Open TakashiKoyama opened 8 years ago
Hi @TakashiKoyama thanks for using SILP.
I'm guessing that error is occuring because of change to CPLEX. The polishing parameter is not necessary and you can probably just comment out that line of code.
If that works I can patch the code in github.
THanks for the issue report, James
Hi James,
Thank you for the reply.
I could execute silp.py orient
without error but got another error in silp.py order
as below.
$ silp.py order -w scf
[INFO] solving ILP
[INFO] solving order: 12
[INFO] solving order: 5
[INFO] solving order: 3
[INFO] solving shorties: 358169
[ERROR] exception raised during solve: CPLEX Error 1016: Promotional version. Problem size limits exceeded.
Could you tell me a solution?
Takashi
@TakashiKoyama it looks like your version of CPLEX has some limits on problem size. If you are part of an academic institution IBM provides the full version of CPLEX for free:
Hi,
First of all, I appreciate you to distribute such a nice tool. I have recently started scaffolding my de novo assembled genome with BAC-end sequences by Sanger using silp2. In the orient step, I have been stuck. Could you tell me how to resolve this issue? Below is my code.
And stdout I got.
I really appreciate all of your helps.
Thanks, Takashi