add nextflow d30e48d
This commit is contained in:
13
nextflow/validation/wave-tests/example3/demo.nf
Normal file
13
nextflow/validation/wave-tests/example3/demo.nf
Normal file
@@ -0,0 +1,13 @@
|
||||
process cow {
|
||||
debug true
|
||||
conda 'cowpy=1.1.5'
|
||||
|
||||
script:
|
||||
'''
|
||||
echo cowpy 'Hello Spack'
|
||||
'''
|
||||
}
|
||||
|
||||
workflow {
|
||||
cow()
|
||||
}
|
||||
9
nextflow/validation/wave-tests/example3/nextflow.config
Normal file
9
nextflow/validation/wave-tests/example3/nextflow.config
Normal file
@@ -0,0 +1,9 @@
|
||||
wave {
|
||||
enabled = true
|
||||
strategy = ['conda']
|
||||
build.repository = 'docker.io/pditommaso/wave-tests'
|
||||
}
|
||||
|
||||
docker {
|
||||
enabled = true
|
||||
}
|
||||
2
nextflow/validation/wave-tests/example3/run.sh
Normal file
2
nextflow/validation/wave-tests/example3/run.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
$NXF_CMD run demo.nf -with-wave
|
||||
|
||||
Reference in New Issue
Block a user