seqeralabs / nf-aggregate

Pipeline to aggregate pertinent metrics across pipeline runs on the Seqera Platform (beta)
https://seqera.io/
Mozilla Public License 2.0
7 stars 10 forks source link

Seqera containers: POC 1 #43

Open ewels opened 4 months ago

ewels commented 4 months ago

Seqera Containers: Proof of concept No. 1

Hardcode container URIs at pipeline level.

Workflow for generating:

Workflow for usage: (same as current except different profile names)

Put the config into separated files at pipeline level to keep them out of the way.

Added comments at the top of the files mentioning that it's auto-generated, along with the command used.

pditommaso commented 4 months ago

IMO, config generation should be done at the pipeline level.

ewels commented 4 months ago

IMO, config generation should be done at the pipeline level.

Yup, in this one it is pipeline level 👍🏻 Updated the PR comment a little to make this clearer.

pditommaso commented 4 months ago

Understand. I was confused by the includeConfig 👍