From 22520f8fc03fa865fae356fb321f41dc196cde61 Mon Sep 17 00:00:00 2001 From: carpin <166-carpin@users.noreply.gitbio.ens-lyon.fr> Date: Tue, 9 Nov 2021 13:47:33 +0100 Subject: [PATCH] Update src/faster_sampler.nf --- src/faster_sampler.nf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/faster_sampler.nf b/src/faster_sampler.nf index 0801c02..8b2f1dc 100644 --- a/src/faster_sampler.nf +++ b/src/faster_sampler.nf @@ -2,10 +2,10 @@ nextflow.enable.dsl=2 process sample_fasta { input: path fasta - publishDir "results/sampling/", mode: 'copy' output: path "sample.fasta", emit: fasta_sample + publishDir "results/sampling/", mode: 'copy' script: """ -- GitLab