From 4f82982d044b4d69e84c46f9b0317ad07072d9b1 Mon Sep 17 00:00:00 2001 From: drpatelh Date: Thu, 6 Aug 2020 12:55:36 +0100 Subject: [PATCH] Truncate console text --- README.md | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index c6d59c10..54a7dfac 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ We have written a helper command in the `nf-core/tools` package that allows you ..truncated.. ``` -3. Install the module in the pipeline directory: +3. Install the module in your pipeline directory: ```console $ nf-core modules install . fastqc @@ -71,32 +71,9 @@ We have written a helper command in the `nf-core/tools` package that allows you INFO Downloaded 3 files to ./modules/nf-core/software/fastqc modules.py:97 ``` -We have plans to add other utility commands to help developers install and maintain modules downloaded from this repository. +We have plans to add other utility commands to help developers install and maintain modules downloaded from this repository. e.g. ```console - $ nf-core modules --help - - ,--./,-. - ___ __ __ __ ___ /,-._.--~\ - |\ | |__ __ / ` / \ |__) |__ } { - | \| | \__, \__/ | \ |___ \`-._,-`-, - `._,._,' - - nf-core/tools version 1.10.2 - - - -Usage: nf-core modules [OPTIONS] COMMAND [ARGS]... - - Work with the nf-core/modules software wrappers. - - Tools to manage DSL 2 nf-core/modules software wrapper imports. - -Options: - -r, --repository TEXT GitHub repository hosting software wrapper modules. - -b, --branch TEXT Modules GitHub repo git branch to use. - --help Show this message and exit. - Commands: list List available software modules. install Add a DSL2 software wrapper module to a pipeline.