File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed
benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,32 @@ jobs:
73
73
name : fenics-output
74
74
path : |
75
75
benchmarks/linear-elastic-plate-with-hole/FEniCS/data
76
-
76
+
77
+ - name : Archive fenics snakemake provenance
78
+ uses : actions/upload-artifact@v4
79
+ with :
80
+ name : fenics-snakemake-provenance
81
+ path : |
82
+ benchmarks/linear-elastic-plate-with-hole/FEniCS/*.zip
83
+
77
84
- name : Archive kratos data
78
85
uses : actions/upload-artifact@v4
79
86
with :
80
87
name : kratos-output
81
88
path : |
82
89
benchmarks/linear-elastic-plate-with-hole/Kratos/data
83
-
90
+
91
+ - name : Archive fenics nextflow data
92
+ uses : actions/upload-artifact@v4
93
+ with :
94
+ name : fenics-nextflow-output
95
+ path : |
96
+ benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow/work/**
97
+ !benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow/work/conda/**
98
+
99
+ - name : Archive fenics nextflow provenance
100
+ uses : actions/upload-artifact@v4
101
+ with :
102
+ name : fenics-nextflow-provenance
103
+ path : |
104
+ benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow/provenance.json
Original file line number Diff line number Diff line change 14
14
enabled = true
15
15
formats {
16
16
legacy {
17
- file = ' provenance.json'
17
+ file = " provenance.json"
18
18
overwrite = true
19
19
}
20
20
}
Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ dependencies:
9
9
- meshio
10
10
- conda-lock
11
11
- conda
12
+ - pip
13
+ - pip :
14
+ - git+https://github.com/izus-fokus/snakemake-report-plugin-metadata4ing
You can’t perform that action at this time.
0 commit comments