Add workflow manifest metadata to execution report#6689
Merged
bentsherman merged 2 commits intomasterfrom Dec 31, 2025
Merged
Conversation
✅ Deploy Preview for nextflow-docs-staging canceled.
|
pditommaso
approved these changes
Dec 29, 2025
pditommaso
requested changes
Dec 29, 2025
Member
pditommaso
left a comment
There was a problem hiding this comment.
Oops, didn't notice tests are failing
265bb70 to
73ab393
Compare
Member
Author
|
Oops, good catch by the tests! Now fixed.. |
pditommaso
approved these changes
Dec 29, 2025
bentsherman
requested changes
Dec 30, 2025
modules/nextflow/src/main/resources/nextflow/trace/ReportTemplate.html
Outdated
Show resolved
Hide resolved
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>
73ab393 to
b030e72
Compare
bentsherman
approved these changes
Dec 31, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Include workflow manifest fields in the HTML execution report for
better traceability and QA purposes:
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