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
SOaAS
psot.repository
Commits
a7249505
Commit
a7249505
authored
Jan 31, 2018
by
Lukas Jelonek
Browse files
Fix bug: retrieve information uses always the same name (fixes #45)
parent
09d53eb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
psot/nextflow.py
View file @
a7249505
...
@@ -97,11 +97,11 @@ process retrieve_informations_for_${id} {
...
@@ -97,11 +97,11 @@ process retrieve_informations_for_${id} {
file result from ${id}_json_info
file result from ${id}_json_info
output:
output:
file "$${result.
simpl
eName}_info.json" into ${id}_json
file "$${result.
bas
eName}_info.json" into ${id}_json
script:
script:
"""
"""
resolve_dbxrefs.py --input $$result --output $${result.
simpl
eName}_info.json
resolve_dbxrefs.py --input $$result --output $${result.
bas
eName}_info.json
"""
"""
}
}
'''
)
'''
)
...
@@ -112,11 +112,11 @@ process retrieve_informations_for_${id} {
...
@@ -112,11 +112,11 @@ process retrieve_informations_for_${id} {
file result from ${id}_json_info
file result from ${id}_json_info
output:
output:
file "$${result.
simpl
eName}_info.json" into ${id}_json, ${id}_json_live
file "$${result.
bas
eName}_info.json" into ${id}_json, ${id}_json_live
script:
script:
"""
"""
resolve_dbxrefs.py --input $$result --output $${result.
simpl
eName}_info.json
resolve_dbxrefs.py --input $$result --output $${result.
bas
eName}_info.json
"""
"""
}
}
'''
)
'''
)
...
...
Write
Preview
Supports
Markdown
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