From 97fb15eedf4172848c6b21e3a156766035e3ebbc Mon Sep 17 00:00:00 2001 From: carpin <166-carpin@users.noreply.gitbio.ens-lyon.fr> Date: Tue, 9 Nov 2021 13:46:21 +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 02b4f61..0801c02 100644 --- a/src/faster_sampler.nf +++ b/src/faster_sampler.nf @@ -11,7 +11,6 @@ process sample_fasta { """ head ${fasta} > sample.fasta """ -} channel .fromPath( "data/tiny_dataset/fasta/*.fasta" ) @@ -20,3 +19,4 @@ channel workflow { sample_fasta(fasta_file) } +} -- GitLab