Nantia Leonidou

Results 2 comments of Nantia Leonidou

Hey, here it is: MATLAB: ``` is_active = fastcc(model, 1e-4); inactiveRxns = setdiff(model.rxns, model.rxns(is_active)); ``` Python: ``` from cobra import * model = io.read_sbml_model('RECON1.xml') model.solver= 'glpk' fastcc(model) ``` In Python...

Hey, same happens in version 2.0.11. I will send you my query file.