From 438710c296708d3e715ecfca0955647fd21cfd91 Mon Sep 17 00:00:00 2001 From: hpolvech <helene.polveche@ens-lyon.fr> Date: Wed, 6 Jun 2018 12:50:36 +0000 Subject: [PATCH] fasta_sampler.nf: add channel --- src/fasta_sampler.nf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/fasta_sampler.nf b/src/fasta_sampler.nf index 434b9b2..075e136 100644 --- a/src/fasta_sampler.nf +++ b/src/fasta_sampler.nf @@ -1,3 +1,7 @@ +Channel + .fromPath( "data/tiny_dataset/fasta/*.fasta" ) + .set { fasta_file } + process sample_fasta { input: file fasta from fasta_file -- GitLab