We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a53a11 commit f07ff65Copy full SHA for f07ff65
plugins/nf-prov/src/main/nextflow/prov/LegacyRenderer.groovy
@@ -71,6 +71,7 @@ class LegacyRenderer implements Renderer {
71
'name': task.name,
72
'cached': task.cached,
73
'process': task.processor.name,
74
+ 'script': task.script,
75
'inputs': task.inputs.findResults { inParam, object ->
76
def inputMap = [
77
'name': inParam.getName(),
0 commit comments