pydna
pydna copied to clipboard
Cannot pass `max_nodes` to `Assembly`
Running:
asm = Assembly((pdonr_plasmid, insert), limit=6, max_nodes=10)
gives me:
TypeError: Assembly.__init__() got an unexpected keyword argument 'max_nodes'
Is this intended, or should we be able to pass max_nodes
when instanciating a new Assembly object?