LCSB-BioCore / COBREXA.jl

Constraint-Based Reconstruction and EXascale Analysis
http://bit.ly/COBREXA
Apache License 2.0
42 stars 8 forks source link

Implement Tables.jl interface for `ModelWithResult` #789

Closed stelmo closed 7 months ago

stelmo commented 1 year ago

Will allow something like:

df = flux_balance_analysis(
    model,
    GLPK.Optimizer,
) |> DataFrame
exaexa commented 7 months ago

deprecated by the new next (still Tables would be great, somehow, but directly to ConstraintTrees)