changeset 124:b99c5230b928 draft

Uploaded
author luca_milaz
date Tue, 02 Jul 2024 20:57:49 +0000
parents a11a2b97b87b
children edc46e89ae20
files marea_2_0/flux_sampling.py
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.py	Tue Jul 02 20:49:03 2024 +0000
+++ b/marea_2_0/flux_sampling.py	Tue Jul 02 20:57:49 2024 +0000
@@ -197,8 +197,12 @@
         utils.FilePath.fromStrPath(ARGS.input[0]), ARGS.model_name[0].ext)
     model2 = load_custom_model(
         utils.FilePath.fromStrPath(ARGS.input[1]), ARGS.model_name[1].ext)
+    
+    utils.logWarning(
+        "Warning: gene(s) not found in class the expression level for this gene will be considered NaN",
+        ARGS.out_log)
 
-    with open(ARGS.output_folder, 'w') as f:
+    with open("./", 'w') as f:
                 f.write([model1, model2])
 
     '''