Commit 73ab393
committed
Add workflow manifest metadata to execution report
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 <[email protected]>1 parent 8067145 commit 73ab393
File tree
1 file changed
+30
-0
lines changed- modules/nextflow/src/main/resources/nextflow/trace
1 file changed
+30
-0
lines changedLines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
180 | 210 | | |
181 | 211 | | |
182 | 212 | | |
| |||
0 commit comments