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
e8531738
Commit
e8531738
authored
Dec 01, 2014
by
Ibouniyamine Nabihoudine
Browse files
No commit message
No commit message
parent
a9165626
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
e8531738
...
...
@@ -124,7 +124,6 @@ class Workflow(threading.Thread):
self
.
__subject
=
None
self
.
__message
=
None
self
.
function
=
function
self
.
comp_pckg
=
self
.
_import_components
()
# intruduce --log-verbose to be able to monitor the new version of makeflow >=4.2.2
self
.
engine_arguments
=
' --log-verbose '
self
.
component_nameids_is_init
=
False
...
...
@@ -155,6 +154,7 @@ class Workflow(threading.Thread):
if
self
.
stderr
is
None
:
self
.
stderr
=
self
.
_set_stderr
()
self
.
_serialize
()
self
.
comp_pckg
=
self
.
_import_components
()
def
add_input_file
(
self
,
name
,
help
,
file_format
=
"any"
,
default
=
None
,
type
=
"inputfile"
,
required
=
False
,
flag
=
None
,
group
=
"default"
,
display_name
=
None
,
size_limit
=
"0"
,
add_to
=
None
):
...
...
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