From 471c6ef66c85a9ffc27e33afe2943376c708187b Mon Sep 17 00:00:00 2001 From: Danilo Di Leo <78909156+danilodileo@users.noreply.github.com> Date: Fri, 8 Dec 2023 12:54:30 +0100 Subject: [PATCH] Update README.md Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd8706d..84d9009b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## Introduction -**nf-core/metatdenovo** is a bioinformatics best-practice analysis pipeline for Assembly and annotation of metatranscriptomic data, both prokaryotic and eukaryotic. +**nf-core/metatdenovo** is a bioinformatics best-practice analysis pipeline for assembly and annotation of metatranscriptomic data, both prokaryotic and eukaryotic. The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible. The [Nextflow DSL2](https://www.nextflow.io/docs/latest/dsl2.html) implementation of this pipeline uses one container per process which makes it much easier to maintain and update software dependencies. Where possible, these processes have been submitted to and installed from [nf-core/modules](https://github.com/nf-core/modules) in order to make them available to all nf-core pipelines, and to everyone within the Nextflow community!