diff COBRAxy/ras_to_bounds.py @ 51:47153fe3d59e draft

Uploaded
author luca_milaz
date Sat, 12 Oct 2024 20:08:32 +0000
parents fac6930e6385
children 53135cc0e7ea
line wrap: on
line diff
--- a/COBRAxy/ras_to_bounds.py	Sat Oct 12 20:05:20 2024 +0000
+++ b/COBRAxy/ras_to_bounds.py	Sat Oct 12 20:08:32 2024 +0000
@@ -61,6 +61,8 @@
     
     parser.add_argument('-c', '--classes',
                     type = str,
+                    required = False,
+                    default="placeHolder",
                     help = 'input classes')
 
     parser.add_argument('-cc', '--cell_class',