changeset 332:1032cb1028f1 draft

Uploaded
author francesco_lapi
date Wed, 03 Sep 2025 14:24:43 +0000
parents acfbb8008565
children a7d52bde3efe
files COBRAxy/marea_cluster.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/marea_cluster.py	Tue Jul 08 08:27:22 2025 +0000
+++ b/COBRAxy/marea_cluster.py	Wed Sep 03 14:24:43 2025 +0000
@@ -89,7 +89,7 @@
     parser.add_argument(
         '-idop', '--output_path', 
         type = str,
-        default='result',
+        default='clustering/',
         help = 'output path for maps')
     
     args_in = parser.parse_args(args_in)