Skip to content

Commit 112a3f5

Browse files
author
dtyagi
committed
nf-prov plugin
1 parent 3ff9143 commit 112a3f5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow/nextflow.config

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ profiles {
66
//No need to specify profile each time
77
conda.enabled = true // this or use -with-conda in command line
88

9-
//plugins {
10-
// id 'nf-prov'
11-
//}
12-
//
13-
//prov {
14-
// enabled = true
15-
// formats {
16-
// legacy {
17-
// file = 'provenance.json'
18-
// overwrite = true
19-
// }
20-
// }
21-
//}
9+
plugins {
10+
id 'nf-prov'
11+
}
12+
13+
prov {
14+
enabled = true
15+
formats {
16+
legacy {
17+
file = 'provenance.json'
18+
overwrite = true
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)