Skip to content
Snippets Groups Projects
Commit 0e80d240 authored by gael's avatar gael
Browse files

bonjour.nf: for basic test

parent 097031bf
No related branches found
No related tags found
No related merge requests found
/* test process */
process write_bonjour {
publishDir "results/tests/", mode: 'copy'
output:
file "message.txt" into parole
script:
"""
echo bonjour > message.txt
"""
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment