add nextflow d30e48d
This commit is contained in:
13
nextflow/docs/snippets/process-out-eval.nf
Normal file
13
nextflow/docs/snippets/process-out-eval.nf
Normal file
@@ -0,0 +1,13 @@
|
||||
process hello {
|
||||
output:
|
||||
eval('echo Hello world!')
|
||||
|
||||
script:
|
||||
"""
|
||||
true
|
||||
"""
|
||||
}
|
||||
|
||||
workflow {
|
||||
hello | view
|
||||
}
|
||||
Reference in New Issue
Block a user