Skip to content

Conversation

@ewels
Copy link
Member

@ewels ewels commented Dec 28, 2025

Include workflow manifest fields in the HTML execution report for
better traceability and QA purposes:

  • Workflow name (manifest.name)
  • Workflow version (manifest.version)
  • Workflow description (manifest.description)
  • Workflow author (manifest.author)
  • Workflow home page (manifest.homePage) - as clickable link
  • Workflow DOI (manifest.doi) - as doi.org link

All fields are conditionally displayed only when set in the manifest.
This complements the existing repository/revision/commitId information.

Closes #3917

Signed-off-by: Claude noreply@anthropic.com

@netlify
Copy link

netlify bot commented Dec 28, 2025

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 29f32e0
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs-staging/deploys/6955269d0b2d510008a878fc

Copy link
Member

@pditommaso pditommaso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, didn't notice tests are failing

@ewels ewels force-pushed the claude/nextflow-issue-3917-h6Dvl branch from 265bb70 to 73ab393 Compare December 29, 2025 06:46
@ewels
Copy link
Member Author

ewels commented Dec 29, 2025

Oops, good catch by the tests! Now fixed..

Include workflow manifest fields in the HTML execution report for
better traceability and QA purposes:
- Workflow name (manifest.name)
- Workflow version (manifest.version)
- Workflow description (manifest.description)
- Workflow author (manifest.author)
- Workflow home page (manifest.homePage) - as clickable link
- Workflow DOI (manifest.doi) - as doi.org link

All fields are conditionally displayed only when set in the manifest.
This complements the existing repository/revision/commitId information.

Closes #3917

Signed-off-by: Claude <noreply@anthropic.com>
@ewels ewels force-pushed the claude/nextflow-issue-3917-h6Dvl branch from 73ab393 to b030e72 Compare December 31, 2025 08:15
@bentsherman bentsherman merged commit 49425d8 into master Dec 31, 2025
24 checks passed
@bentsherman bentsherman deleted the claude/nextflow-issue-3917-h6Dvl branch December 31, 2025 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Include workflow and script version in execution report

5 participants