COBREXA / COBREXA.jl

COnstraint Based Reconstruction and EXascale Analysis (in Julia)
https://cobrexa.github.io/COBREXA.jl/stable/
Apache License 2.0
9 stars 0 forks source link

Feature: enzyme constrained FVA function #67

Closed HettieC closed 1 month ago

HettieC commented 1 month ago

Hello!

It would be very useful to have enzyme constrained flux variability analysis as part of the package.

Hettie

exaexa commented 1 month ago

Hi,

you can run it by using enzyme_constrained_flux_balance_constraints instead of the ..._analysis, and then directly run a constraint_variability on the tree you get from the first function.

Will that work? -mk

exaexa commented 1 month ago

(I'll add a doc example for that)

HettieC commented 1 month ago

Yep the doc example works fine, thanks!