# HG changeset patch # User luca_milaz # Date 1728811150 0 # Node ID d5f2258f5b4337e569e73cf5ecefaff9e48061b9 # Parent c32d17ffc5f8420926f7960b248f926587b46ca2 Uploaded diff -r c32d17ffc5f8 -r d5f2258f5b43 COBRAxy/ras_to_bounds.py --- 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