Skip to content
Snippets Groups Projects
Commit 191bc70c authored by gael's avatar gael
Browse files

fasta_sampler.nf: add output dir

parent 937ee2a9
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ Channel ...@@ -4,6 +4,8 @@ Channel
process sample_fasta { process sample_fasta {
publishDir "results/sampling/", mode: 'copy'
input: input:
file fasta from fasta_file 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