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
nextflow
hello
Commits
5c8d9a40
Commit
5c8d9a40
authored
Aug 23, 2018
by
Lukas Jelonek
Browse files
replace container with latest ubuntu
parent
c9b0ec72
Changes
1
Show whitespace changes
Inline
Side-by-side
main.nf
View file @
5c8d9a40
...
...
@@ -4,6 +4,8 @@ echo true
cheers = Channel.from 'Bonjour', 'Ciao', 'Hello', 'Hola'
process sayHello {
container "ubuntu:18.04"
input:
val x from cheers
script:
...
...
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