Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jflow
Commits
6d13d5d9
Commit
6d13d5d9
authored
Oct 08, 2013
by
Jerome Mariette
Browse files
No commit message
No commit message
parent
dc1ad3fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/jflow_cli.py
View file @
6d13d5d9
...
...
@@ -129,8 +129,8 @@ if __name__ == '__main__':
# create the subparser for each applications
sub_parser
=
subparsers
.
add_parser
(
instance
.
name
,
help
=
instance
.
description
,
fromfile_prefix_chars
=
'@'
)
sub_parser
.
convert_arg_line_to_args
=
instance
.
__class__
.
config_parser
parameters_groups
=
instance
.
get_parameters_per_groups
()
for
group
in
parameters_
groups
:
[
parameters_groups
,
parameters_order
]
=
instance
.
get_parameters_per_groups
()
for
group
in
parameters_
order
:
if
group
==
"default"
:
for
param
in
parameters_groups
[
group
]:
sub_parser
.
add_argument
(
param
.
flag
,
**
param
.
export_to_argparse
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment