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()
|
||||
}
|
||||
4
nextflow/validation/wave-tests/example1/nextflow.config
Normal file
4
nextflow/validation/wave-tests/example1/nextflow.config
Normal file
@@ -0,0 +1,4 @@
|
||||
docker {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
1
nextflow/validation/wave-tests/example1/run.sh
Normal file
1
nextflow/validation/wave-tests/example1/run.sh
Normal file
@@ -0,0 +1 @@
|
||||
$NXF_CMD run demo.nf -with-wave
|
||||
Reference in New Issue
Block a user