Skip to content
Snippets Groups Projects
Commit d4bc2c29 authored by mvilcot's avatar mvilcot
Browse files

fasta_sampler.nf : get results out of a process

parent a53056ec
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ Channel
.set { fasta_file }
process sample_fasta {
publishDir "results/sampling/", mode: 'copy'
input:
file fasta from fasta_file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment