Mercurial > repos > bimib > cobraxy
comparison COBRAxy/flux_simulation.py @ 521:dd159f41b94c draft
Uploaded
author | luca_milaz |
---|---|
date | Thu, 09 Oct 2025 10:30:08 +0000 |
parents | 8f65bed8d4cc |
children |
comparison
equal
deleted
inserted
replaced
520:6f8d63f8f6b6 | 521:dd159f41b94c |
---|---|
130 parser.add_argument('-otq', '--out_quantiles', | 130 parser.add_argument('-otq', '--out_quantiles', |
131 type = str, | 131 type = str, |
132 required=False, | 132 required=False, |
133 help = 'output of quantiles of fluxes') | 133 help = 'output of quantiles of fluxes') |
134 | 134 |
135 parser.add_argument('-otf', '--out_fluxes', | |
136 type = str, | |
137 required=False, | |
138 help = 'output of fluxes') | |
139 parser.add_argument('-otfva', '--out_fva', | 135 parser.add_argument('-otfva', '--out_fva', |
140 type = str, | 136 type = str, |
141 required=False, | 137 required=False, |
142 help = 'output of FVA results') | 138 help = 'output of FVA results') |
143 parser.add_argument('-otp', '--out_pfba', | 139 parser.add_argument('-otp', '--out_pfba', |