add nextflow d30e48d
This commit is contained in:
8
nextflow/tests-v1/cache-bak.nf
Normal file
8
nextflow/tests-v1/cache-bak.nf
Normal file
@@ -0,0 +1,8 @@
|
||||
workflow {
|
||||
foo()
|
||||
}
|
||||
|
||||
process foo {
|
||||
debug true
|
||||
/echo Hello world/
|
||||
}
|
||||
Reference in New Issue
Block a user