Edinburgh-Genome-Foundry / DnaCauldron

:alembic: Simple cloning simulator (Golden Gate etc.) for single and combinatorial assemblies
https://edinburgh-genome-foundry.github.io/DnaCauldron/
MIT License
50 stars 11 forks source link

Fix #18 : account for new "inplace" parameter in more recent biopython #19

Closed Zulko closed 1 year ago

Zulko commented 1 year ago

Addresses #18

@veghp It looks like Travis stopped working? Tests are all passing on my machine (with recent versions of biopython, etc.) and I'm guessing they should still be passing on pre-1.78 versions given that these are handled in the code.

veghp commented 1 year ago

Thanks, I'll try it today. Re Travis, build was turned off for PR for some reason. But I'll likely migrate it to Github CI.

veghp commented 1 year ago

I think I see how this solves the problem. Thanks!