Data lineage display of Nextflow pipeline run
planned
Rob Newman
As of Nextflow
v25.04
, data lineage is supported. This tracks the complete history of your Nextflow runs, including:- Workflow runs and their configurations
- Task executions and their inputs/outputs
- File outputs and their provenance
Each lineage record has a unique identifier called a
Lineage ID
(LID
) that you can use to access and query the data.Displaying this interactively in Seqera Platform will help users easily verify the integrity and reproducibility of your pipeline results.
Rob Newman
marked this post as
planned
Rob Newman
Merged in a post:
Comprehensive Data Lineage and Audit Trails
C
Canny AI
I would like to have for all pipeline runs, if possible, across users, a lineage for all files to see what was computed with which input files, with which config, which software, which version, and so on, and have a proper audit trail.
Rob Newman
marked this post as
acknowledged