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

getting_started.md: add link to building your pipeline guide

parent 3907181b
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,6 @@ git pull upstream master
git merge upstream/master
```
**If you created your `.config` file before version `0.4.0` you need to run the script `src/.update_config.sh` to use the latest docker, singularity and conda configuration (don't forget to check your config files afterward for typos).**
## Getting Started
These instructions will get you a copy of the project as a template when you want to build your own pipeline.
......
......@@ -76,3 +76,7 @@ tmux
Therefore, the `nextflow` process will continue to run even if you are disconnected.
You can reatach the `tmux` session, with the command `tmux a` (and press `ctrl` `+` `b` `+` `d` to detach the attached session).
## Building your pipeline
You can follow the [building your pipeline guide](./doc/building_your_pipeline.md).
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