From 559c31c690ce2dd472aa23ef1f14a5fca5ee7d0b Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Thu, 21 Dec 2023 13:35:58 +0100 Subject: [PATCH 1/4] remove redundancy of installing docs --- docs/contributing/setup.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/docs/contributing/setup.md b/docs/contributing/setup.md index caca34b..3ef0934 100644 --- a/docs/contributing/setup.md +++ b/docs/contributing/setup.md @@ -13,23 +13,6 @@ To compile and run the tests use the following command: ./gradlew check ``` -## Launch without a local Nextflow build - -The plugin can be tested prior release without using a local Nextflow build using the following steps: - -1. Build the plugin: - -```bash -make buildPlugins -``` - -2. Copy `build/plugins/nf-co2footprint-` to `$HOME/.nextflow/plugins` -4. Run nextflow with this command: - - ```bash - nextflow run -plugins nf-co2footprint@0.4.0