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
95173205
Commit
95173205
authored
Oct 23, 2013
by
Jerome Mariette
Browse files
add get_exec_path from Workflow
parent
59981232
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
95173205
...
...
@@ -178,6 +178,9 @@ class Workflow(threading.Thread):
parameters
[
param
.
group
]
=
[
param
]
return
[
parameters
,
parameters_order
]
def
get_exec_path
(
self
,
software
):
return
self
.
jflow_config_reader
.
get_exec
(
software
)
def
add_component
(
self
,
component_name
,
args
=
[],
kwargs
=
{},
component_prefix
=
"default"
):
# first build and check if this component is OK
if
self
.
comp_pckg
.
has_key
(
component_name
):
...
...
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