Skip to content
GitLab
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
bd0c9f93
Commit
bd0c9f93
authored
Nov 09, 2015
by
Ibouniyamine Nabihoudine
Browse files
No commit message
No commit message
parent
377c3aa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
bd0c9f93
...
...
@@ -140,7 +140,7 @@ class Workflow(threading.Thread):
self
.
id
=
id
self
.
name
=
self
.
get_name
()
self
.
description
=
self
.
get_description
()
self
.
__group
=
self
.
jflow_config_reader
.
get_workflow_group
(
self
.
name
)
or
self
.
DEFAULT_GROUP
self
.
__group
=
self
.
jflow_config_reader
.
get_workflow_group
(
self
.
__class__
.
__
name
__
)
or
self
.
DEFAULT_GROUP
# define the parameters
self
.
params_order
=
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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