add nextflow d30e48d
This commit is contained in:
13
nextflow/validation/wave-tests/example4/demo.nf
Normal file
13
nextflow/validation/wave-tests/example4/demo.nf
Normal file
@@ -0,0 +1,13 @@
|
||||
process cow {
|
||||
debug true
|
||||
conda 'https://prefix.dev/envs/pditommaso/wave/conda-lock.yml'
|
||||
|
||||
script:
|
||||
'''
|
||||
echo cowpy 'Hello Spack'
|
||||
'''
|
||||
}
|
||||
|
||||
workflow {
|
||||
cow()
|
||||
}
|
||||
2
nextflow/validation/wave-tests/example4/run.sh
Normal file
2
nextflow/validation/wave-tests/example4/run.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
$NXF_CMD run demo.nf -with-wave
|
||||
|
||||
Reference in New Issue
Block a user