add nextflow d30e48d
This commit is contained in:
13
nextflow/validation/wave-tests/example1/demo.nf
Normal file
13
nextflow/validation/wave-tests/example1/demo.nf
Normal file
@@ -0,0 +1,13 @@
|
||||
process foo {
|
||||
container 'docker.io/pditommaso/my-secret-container:latest'
|
||||
debug true
|
||||
|
||||
script:
|
||||
"""
|
||||
my-secret-script.sh
|
||||
"""
|
||||
}
|
||||
|
||||
workflow {
|
||||
foo()
|
||||
}
|
||||
Reference in New Issue
Block a user