changeset 51:47153fe3d59e draft

Uploaded
author luca_milaz
date Sat, 12 Oct 2024 20:08:32 +0000
parents fc411b10e419
children 53135cc0e7ea
files COBRAxy/ras_to_bounds.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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',