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

README.md : add infos on forking and syncing

parent 5236de95
No related branches found
No related tags found
No related merge requests found
# nextflow pipeline # nextflow pipeline
This repository is a template and a library repository to help you build nextflow pipeline. This repository is a template and a library repository to help you build nextflow pipeline.
You can fork this repository to build your own pipeline.
To get the last commits from this repository into your fork use the following commands:
```sh
git remote add upstream https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow.git
git pull upstream master
```
## Getting Started ## Getting Started
...@@ -47,7 +54,7 @@ find src/docker_modules/ -name "docker_init.sh" | awk '{system($0)}' ...@@ -47,7 +54,7 @@ find src/docker_modules/ -name "docker_init.sh" | awk '{system($0)}'
## Running the tests ## Running the tests
To run tests we first need to get a trainning set To run tests we first need to get a training set
```sh ```sh
cd data cd data
git clone -c http.sslVerify=false https://gitlab.biologie.ens-lyon.fr/LBMC/tiny_dataset.git git clone -c http.sslVerify=false https://gitlab.biologie.ens-lyon.fr/LBMC/tiny_dataset.git
......
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