Skip to content
Snippets Groups Projects
Commit cefdf5a9 authored by jshapiro's avatar jshapiro
Browse files

added publishDir to fasta_sampler.nf

parent 12c06ef0
Branches
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ Channel ...@@ -2,6 +2,7 @@ Channel
.fromPath( "data/tiny_dataset/fasta/*.fasta" ) .fromPath( "data/tiny_dataset/fasta/*.fasta" )
.set { fasta_file } .set { fasta_file }
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