Mercurial > repos > bimib > cobraxy
diff COBRAxy/flux_simulation.py @ 162:b5a26d1c4fdc draft
Uploaded
| author | francesco_lapi |
|---|---|
| date | Tue, 12 Nov 2024 17:14:08 +0000 |
| parents | 9159e12b03fa |
| children | 79d6d5ca91fd |
line wrap: on
line diff
--- a/COBRAxy/flux_simulation.py Tue Nov 12 17:11:17 2024 +0000 +++ b/COBRAxy/flux_simulation.py Tue Nov 12 17:14:08 2024 +0000 @@ -114,7 +114,6 @@ def write_to_file(dataset: pd.DataFrame, name: str, keep_index:bool=False)->None: dataset.index.name = 'Reactions' - print(ARGS.output_path + "/" + name + ".csv") dataset.to_csv(ARGS.output_path + "/" + name + ".csv", sep = '\t', index = keep_index) ############################ dataset input ####################################
