Mercurial > repos > bimib > cobraxy
comparison COBRAxy/flux_simulation_beta.py @ 474:6a88ae3f936f draft
Uploaded
author | luca_milaz |
---|---|
date | Mon, 22 Sep 2025 15:35:14 +0000 |
parents | 05a80f8e0574 |
children | c91c502f12e9 |
comparison
equal
deleted
inserted
replaced
473:05a80f8e0574 | 474:6a88ae3f936f |
---|---|
97 help='choose how many batches') | 97 help='choose how many batches') |
98 | 98 |
99 parser.add_argument('-opt', '--perc_opt', | 99 parser.add_argument('-opt', '--perc_opt', |
100 type=float, | 100 type=float, |
101 default=0.9, | 101 default=0.9, |
102 required=True, | 102 required=False, |
103 help='choose the fraction of optimality for FVA (0-1)') | 103 help='choose the fraction of optimality for FVA (0-1)') |
104 | 104 |
105 parser.add_argument('-ot', '--output_type', | 105 parser.add_argument('-ot', '--output_type', |
106 type=str, | 106 type=str, |
107 required=True, | 107 required=True, |