Skip to content
Snippets Groups Projects
Verified Commit 53680ef9 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

TP_computational_biologists.md: add merge instruction

parent 246784cb
No related branches found
No related tags found
No related merge requests found
......@@ -174,4 +174,12 @@ The [`kallisto.nf`](./src/nf_modules/Kallisto/kallisto.nf) file contains example
- Input and output must be clearly defined.
- Your process usable as a starting process or a process retrieving the output of another process.
For more informations on processes and channels you can check the [nextflow documentation](https://www.nextflow.io/docs/latest/index.html).
## Making your wrapper available to the LBMC
To make your module available to the LBMC you must have a `tests.sh` script and one or many `docker_init.sh` scripts working without errors .
Then after pushing your modification on your forked repository, you can make a Merge Request to the [PSMN/modules](https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow) **dev** branch. Where it will be tested and
integrated to the **master** branch.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment