diff --git a/src/content/docs/contributing/subworkflows.md b/src/content/docs/contributing/subworkflows.md index 82028e57d6..d10f025287 100644 --- a/src/content/docs/contributing/subworkflows.md +++ b/src/content/docs/contributing/subworkflows.md @@ -388,9 +388,7 @@ nextflow run tests/subworkflows/nf-core/ -entry test_ +The meta variable can be passed down to processes as a tuple of the channel containing the actual samples, e.g. FastQ files, and the meta variable. The `meta map` is a [groovy map](https://www.tutorialspoint.com/groovy/groovy_maps.htm), which is like a python dictionary. Additional documentation on meta maps is available [here](https://nf-co.re/docs/contributing/modules#what-is-the-meta-map). ## Help