# HG changeset patch # User luca_milaz # Date 1728763983 0 # Node ID 81f3108545651db4572a31320ec7e8bce378f2eb # Parent 4f11c68210a7164ab36332c9786d373a14ec619d Uploaded diff -r 4f11c68210a7 -r 81f310854565 COBRAxy/ras_to_bounds.py --- a/COBRAxy/ras_to_bounds.py Sat Oct 12 20:10:59 2024 +0000 +++ b/COBRAxy/ras_to_bounds.py Sat Oct 12 20:13:03 2024 +0000 @@ -217,7 +217,7 @@ ARGS.output_folder = 'ras_to_bounds/' if(ARGS.ras_selector == True): - ras_file_list = ARGS.ras_selector.split(",") + ras_file_list = ARGS.input_ras.split(",") if(len(ras_list)>1): ras_class_names = [cls.strip() for cls in ARGS.classes.split(',')] else: