Edinburgh-Genome-Foundry / DnaChisel

:pencil2: A versatile DNA sequence optimizer
https://edinburgh-genome-foundry.github.io/DnaChisel/
MIT License
219 stars 40 forks source link

bugfix #16

Closed Lix1993 closed 4 years ago

Lix1993 commented 4 years ago

fix arguments in old version: EnforceGCContent(gc_objective=0.4) → EnforceGCContent(target=0.4) problem.resolve_constraints(progress_bars=1) → problem.resolve_constraints() problem.optimize(max_random_iters=10000) → problem.optimize()

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 89.297% when pulling 189c653586977322d5fa52cb2054d5c0646cefe4 on Lix1993:patch-1 into 1646aa2c84fa5fb0266007914bd55a56de5afc80 on Edinburgh-Genome-Foundry:master.

Zulko commented 4 years ago

Thanks for this, some examples are indeed outdated. Much appreciated!