changeset 71:d5f2258f5b43 draft

Uploaded
author luca_milaz
date Sun, 13 Oct 2024 09:19:10 +0000
parents c32d17ffc5f8
children 5dbb432943ef
files COBRAxy/ras_to_bounds.py
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/COBRAxy/ras_to_bounds.py	Sun Oct 13 09:09:22 2024 +0000
+++ b/COBRAxy/ras_to_bounds.py	Sun Oct 13 09:19:10 2024 +0000
@@ -54,6 +54,10 @@
                         required = False,
                         help = 'input ras')
     
+    parser.add_argument('-rn', '--name',
+                type=str,
+                help = 'ras class names')
+    
     parser.add_argument('-rs', '--ras_selector',
                         required = True,
                         type=utils.Bool("using_RAS"),
@@ -63,9 +67,6 @@
                     type = str,
                     help = 'output of cell class')
     
-    parser.add_argument('-rn', '--names',
-                    type=str,
-                    help = 'ras class names')
     
     ARGS = parser.parse_args()
     return ARGS