Mercurial > repos > bimib > cobraxy
changeset 109:ba10ad78fc5f draft
Uploaded
author | luca_milaz |
---|---|
date | Sun, 13 Oct 2024 15:37:33 +0000 |
parents | 22cebbdb4b6d |
children | 76e87d3b9e0e |
files | COBRAxy/ras_to_bounds.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/COBRAxy/ras_to_bounds.py Sun Oct 13 14:35:39 2024 +0000 +++ b/COBRAxy/ras_to_bounds.py Sun Oct 13 15:37:33 2024 +0000 @@ -266,6 +266,8 @@ medium = df_mediums[[ARGS.medium_selector]] medium = medium[ARGS.medium_selector].to_dict() + warning(str(medium)) + if(ARGS.ras_selector == True): generate_bounds(model, medium, ras = ras_combined, output_folder=ARGS.output_folder) class_assignments.to_csv(ARGS.cell_class, sep = '\t', index = False)