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
ng6
Commits
5645d27f
Commit
5645d27f
authored
Sep 06, 2019
by
Romain Therville
🐭
Browse files
2nd fix for issue#124
ng6workflow bugged with space_ids when adding an analyse to a run
parent
b7998442
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ng6/ng6workflow.py
View file @
5645d27f
...
...
@@ -71,7 +71,7 @@ class BasicNG6Workflow (Workflow):
cmpt_object
.
space_id
=
cmpt_object
.
project
.
space_id
elif
addto
==
"run"
:
cmpt_object
.
run
=
self
.
runobj
#We replace the default space_id
#We replace the default space_id
if
cmpt_object
.
space_id
==
"default"
:
cmpt_object
.
space_id
=
cmpt_object
.
run
.
space_id
...
...
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