COBREXA / AbstractFBCModels.jl

General interface for flux-based constrained metabolic models
Apache License 2.0
0 stars 1 forks source link

support shallow `copy()` of the canonical model structures #19

Open exaexa opened 7 months ago

exaexa commented 7 months ago

....might be useful at some point to avoid sharing surprises

exaexa commented 5 months ago

...we might do "patchy" constructors instead, such as:

a = Something()
b = Something(a, somefield=123)

explicit copy() is a :flatbread:

exaexa commented 3 months ago

@stelmo would the same trick with Accessors.jl work here as we did for CTs?