nextflow-io / nextflow

A DSL for data-driven computational pipelines
http://nextflow.io
Apache License 2.0
2.75k stars 629 forks source link

can we add an overview of metaMap usage to the official docs? #4786

Open stevekm opened 8 months ago

stevekm commented 8 months ago

When reviewing and discussing Nextflow programming techniques with others, I often find myself landing on the topic of the "metaMap" and why its so useful for Nextflow programming.

However after reviewing the official docs pages here https://www.nextflow.io/docs/latest/script.html I realized that it does not seem to be covered. Which leads me down a rabbit-hole of "where did I originally learn about the metaMap?" and "where are the docs that I can easily share about this?".

It seems like there are some docs here;

and a section about it here;

I feel that this is such an important concept, it should be 'graduated' to the official docs page (https://www.nextflow.io/docs/latest/) for easier discovery and sharing.

bentsherman commented 8 months ago

The meta map is just a map, which the script page talks about. But it is a common pattern. We are working to consolidate our various docs resources and add more target content for things like this. Stay tuned