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
51 stars 11 forks source link

The tutorial uses parts as keyword argument for SequenceRepository but now its collections as dict of dict #12

Closed fbertaux closed 2 years ago

veghp commented 2 years ago

Thank you, yes this example should be something like

repository = dc.SequenceRepository(collections={"parts": {"part_A": record_A, "part_B": record_B}})

This will be part of the next release.