Edinburgh-Genome-Foundry/DnaCauldron

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

Closed this issue · 1 comments

The tutorial uses parts as keyword argument for SequenceRepository but now its collections as dict of dict
veghp commented

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.