mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Remove test functions folder
This commit is contained in:
parent
6333786d62
commit
29f1585068
1 changed files with 0 additions and 14 deletions
|
@ -1,14 +0,0 @@
|
||||||
#!/usr/bin/env nextflow
|
|
||||||
nextflow.preview.dsl = 2
|
|
||||||
|
|
||||||
cheers = Channel.from 'Bonjour', 'Ciao', 'Hello', 'Hola'
|
|
||||||
|
|
||||||
process check_output {
|
|
||||||
input:
|
|
||||||
val x from cheers
|
|
||||||
|
|
||||||
script:
|
|
||||||
"""
|
|
||||||
echo '$x world!'
|
|
||||||
"""
|
|
||||||
}
|
|
Loading…
Reference in a new issue