From 0efed659604b8837497a62381c0743028587201d Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Thu, 22 Apr 2021 10:23:08 +0200 Subject: [PATCH] README.md: add existing pipeline section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 015ae6e2..4e57831c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ These instructions will get you a copy of the project as a template when you wan 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. +## Existing Nextflow pipeline + +Before starting a new project, you can check if someone else didn’t already to the work ! +- [on the nextflow project page](./doc/nf_projects.md) +- [on the nf-core project](https://nf-co.re/pipelines) + ## Contributing If you want to add more tools to this project, please read the [CONTRIBUTING.md](CONTRIBUTING.md). -- GitLab