From c1b89ab58230fd42d4c33085fc86d0764b535e71 Mon Sep 17 00:00:00 2001 From: Sebastian Schoenherr Date: Fri, 18 Mar 2022 14:16:57 +0100 Subject: [PATCH] Fix naming --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index cb7ab6e6..0856a45e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,8 +31,8 @@ nextflow_pipeline { } } ``` -## Test your modules -In the nf-test script below we add some basic checks to a module of a [recently published pipeline](https://github.com/GoekeLab/bioinformatics-workflows/tree/master/nextflow). +## Test your process +In the nf-test script below we add some basic checks to a process of a [recently published pipeline](https://github.com/GoekeLab/bioinformatics-workflows/tree/master/nextflow). ```Groovy nextflow_process {