pydna icon indicating copy to clipboard operation
pydna copied to clipboard

Cannot pass `max_nodes` to `Assembly`

Open dgruano opened this issue 4 months ago • 1 comments

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?

dgruano avatar Oct 15 '24 15:10 dgruano