comparison COBRAxy/marea_cluster.py @ 332:1032cb1028f1 draft

Uploaded
author francesco_lapi
date Wed, 03 Sep 2025 14:24:43 +0000
parents 4599fb23f25b
children 8cd0c70b0084
comparison
equal deleted inserted replaced
331:acfbb8008565 332:1032cb1028f1
87 help = 'output of best cluster tsv') 87 help = 'output of best cluster tsv')
88 88
89 parser.add_argument( 89 parser.add_argument(
90 '-idop', '--output_path', 90 '-idop', '--output_path',
91 type = str, 91 type = str,
92 default='result', 92 default='clustering/',
93 help = 'output path for maps') 93 help = 'output path for maps')
94 94
95 args_in = parser.parse_args(args_in) 95 args_in = parser.parse_args(args_in)
96 return args_in 96 return args_in
97 97