diff --git a/src/faster_sampler.nf b/src/faster_sampler.nf index 33a5b49908ad8f77f0cb7d04900fd209262627d6..02b4f619298c73b0a45f4797bb53695b69e0391d 100644 --- a/src/faster_sampler.nf +++ b/src/faster_sampler.nf @@ -2,7 +2,8 @@ nextflow.enable.dsl=2 process sample_fasta { input: path fasta - + publishDir "results/sampling/", mode: 'copy' + output: path "sample.fasta", emit: fasta_sample