From d4bc2c2965bb6fc7a3498afe3f0b9cb5721d6ee1 Mon Sep 17 00:00:00 2001
From: mvilcot <maurine.vilcot@ens-lyon.fr>
Date: Wed, 6 Jun 2018 13:41:16 +0000
Subject: [PATCH] fasta_sampler.nf : get results out of a process

---
 src/fasta_sampler.nf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/fasta_sampler.nf b/src/fasta_sampler.nf
index 075e136..bef1766 100644
--- a/src/fasta_sampler.nf
+++ b/src/fasta_sampler.nf
@@ -3,6 +3,7 @@ Channel
   .set { fasta_file }
 
 process sample_fasta {
+  publishDir "results/sampling/", mode: 'copy'
   input:
 file fasta from fasta_file
 
-- 
GitLab