From 3f28a4a0fc0df17c9a45cd04a435e7a5ca3881e9 Mon Sep 17 00:00:00 2001 From: nfontrod <nicolas.fontrodona@ens-lyon.fr> Date: Wed, 6 Jun 2018 12:50:57 +0000 Subject: [PATCH] fasta_sampler.nf : Chanel definition --- 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