From e0ba8e6f0794a571ca04d88f8828eac761770678 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Tue, 5 Mar 2019 16:28:10 +0100 Subject: [PATCH] Tweak the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 593e61b..a50dc54 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,11 @@ pipeline directly calling the single institutional config file that you need wit ```bash ## Example command for nf-core/rnaseq -nextflow run /path/to/pipeline/ -c /path/to/my/configs/configs-master/conf/my_config.config .. +nextflow run /path/to/pipeline/ -c /path/to/my/configs/configs-master/conf/my_config.config ``` -> Note that the nf-core/tools helper package has a `download` subcommand download required -> pipeline files for you to make this process easier. +> Note that the nf-core/tools helper package has a `download` command to download all required pipeline +> files + singularity containers + institutional configs in one go for you, to make this process easier. ## Adding a new config