Skip to content

Commit f07ff65

Browse files
authored
Add task script to legacy format (#28)
1 parent 8a53a11 commit f07ff65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/nf-prov/src/main/nextflow/prov/LegacyRenderer.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ class LegacyRenderer implements Renderer {
7171
'name': task.name,
7272
'cached': task.cached,
7373
'process': task.processor.name,
74+
'script': task.script,
7475
'inputs': task.inputs.findResults { inParam, object ->
7576
def inputMap = [
7677
'name': inParam.getName(),

0 commit comments

Comments
 (0)