From eb2301c4da9edb9df0df0ad5fe1bb779271f33f9 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Wed, 3 Feb 2021 16:57:42 +0100 Subject: [PATCH] README.md: fix space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a776b3e..a6b39f5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ nextflow.enable.dsl=2 ## Nextflow modules -Nextflow module are merely generic `process` definition without the `input` `from`nor `output` `into` channel names specified. +Nextflow module are merely generic `process` definition without the `input` `from` nor `output` `into` channel names specified. ### `samtool sort` process definition -- GitLab