diff COBRAxy/src/marea_cluster.py @ 542:fcdbc81feb45 draft

Uploaded
author francesco_lapi
date Sun, 26 Oct 2025 19:27:41 +0000
parents 2fb97466e404
children 5d5583dc6082
line wrap: on
line diff
--- a/COBRAxy/src/marea_cluster.py	Sat Oct 25 15:20:55 2025 +0000
+++ b/COBRAxy/src/marea_cluster.py	Sun Oct 26 19:27:41 2025 +0000
@@ -77,8 +77,8 @@
     
     parser.add_argument('-td', '--tool_dir',
                         type = str,
-                        required = True,
-                        help = 'your tool directory')
+                        default = os.path.dirname(os.path.abspath(__file__)),
+                        help = 'your tool directory (default: auto-detected package location)')
                         
     parser.add_argument('-ms', '--min_samples',
                         type = int,