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
4a6f8156
Commit
4a6f8156
authored
Jun 22, 2017
by
Floreal Cabanettes
Browse files
Sort shown outputs
parent
abd256b6
Changes
1
Show whitespace changes
Inline
Side-by-side
src/jflow/workflow.py
View file @
4a6f8156
...
...
@@ -390,7 +390,7 @@ class Workflow(threading.Thread):
component
+=
name
component
+=
":
\n
"
has_outputs
=
False
for
output_file
in
outputs
[
output
]:
for
output_file
in
sorted
(
outputs
[
output
]
)
:
if
logs
or
(
not
output_file
.
endswith
(
".stdout"
)
and
not
output_file
.
endswith
(
".stderr"
)):
has_outputs
=
True
component
+=
" - "
+
outputs
[
output
][
output_file
]
+
"
\n
"
...
...
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