# HG changeset patch # User luca_milaz # Date 1719953869 0 # Node ID b99c5230b928a555074e9ddd26c8866db8b5bb1d # Parent a11a2b97b87b0262f68269e7dc766f8c2f51b7a9 Uploaded diff -r a11a2b97b87b -r b99c5230b928 marea_2_0/flux_sampling.py --- 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]) '''