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

README.md: add link to building_your_pipeline.md

parent 8e4ddf6a
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,10 @@ These instructions will get you a copy of the project as a template when you wan ...@@ -25,6 +25,10 @@ These instructions will get you a copy of the project as a template when you wan
[you can follow them here.](doc/getting_started.md) [you can follow them here.](doc/getting_started.md)
## Building your pipeline
You can follow the [building your pipeline guide](./doc/building_your_pipeline.md) for a gentle introduction to `nextflow` and taking advantage of this template to build your pipelines.
## Contributing ## Contributing
If you want to add more tools to this project, please read the [CONTRIBUTING.md](CONTRIBUTING.md). If you want to add more tools to this project, please read the [CONTRIBUTING.md](CONTRIBUTING.md).
......
# Getting Started # Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You can follow the [building your pipeline guide](./doc/building_your_pipeline.md) to learn how to build your own pipelines.
## Prerequisites ## Prerequisites
...@@ -89,6 +90,3 @@ You can edit the `src/ccin2p3.pbs` file to personalize your `nextflow` command a ...@@ -89,6 +90,3 @@ You can edit the `src/ccin2p3.pbs` file to personalize your `nextflow` command a
qsub src/ccin2p3.pbs qsub src/ccin2p3.pbs
``` ```
## 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