From 589acea28b0bccfae76ef94f7ed012efddd2182a Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Tue, 20 Apr 2021 12:28:47 +0200 Subject: [PATCH] CONTRIBUTING.md: accept NF modification --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03eb48c5..171f56aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ The `LBMC/nextflow` project is structured as follows: ## Code structure -The `src/` folder is where we want to save the pipeline (`.nf`) script. This folder also contains +The `src/` folder is where we want to save the pipeline (`.nf`) scripts. This folder also contains - the `src/install_nextflow.sh` to install the nextflow executable at the root of the project. - some pipelines examples (like the one build during the nf_pratical) - the `src/nextflow.config` global configuration file which contains the `docker`, `singularity`, `psmn` and `ccin2p3` profiles. @@ -252,6 +252,7 @@ The [`src/.docker_modules/<tool_name>/<version_number>`](./src/nf_modules/fastp/ ### `Dockerfile` The [`Dockerfile`](./src/.docker_module/fastp/0.20.1/Dockerfile) shoud contains a `docker` recipe to build a image with `<tool_name>` installed in a system-wide binary folder (`/bin`, `/usr/local/bin/`, etc). +Therefore, your scripts are easily accessible from within the container. This recipe should have: -- GitLab