From ef1aeafef6158fd79382754af26b4c92c958c822 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Fri, 8 Mar 2019 16:41:47 +0100 Subject: [PATCH] Remove incorrect comment in code example --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 969a7ec..4a637d5 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ Alternatively, instead of using the configuration profiles from this repository, pipeline directly calling the single institutional config file that you need with the `-c` parameter. ```bash -## Example command for nf-core/rnaseq nextflow run /path/to/pipeline/ -c /path/to/my/configs/configs-master/conf/my_config.config ```