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 5398cee commit c78b8a5Copy full SHA for c78b8a5
.github/workflows/run-benchmark.yml
@@ -53,6 +53,7 @@ jobs:
53
--reporter metadata4ing \
54
--report-metadata4ing-paramscript parameter_extractor.py \
55
--report-metadata4ing-filename metadata4ing_provenance
56
+ unzip metadata4ing_provenance -d reporter_data
57
58
- name: run_linear-elastic-plate-with-hole-benchmarks_nextflow
59
shell: bash -l {0}
@@ -65,7 +66,7 @@ jobs:
65
66
with:
67
name: snakemake_results_linear-elastic-plate-with-hole
68
path: |
- benchmarks/linear-elastic-plate-with-hole/metadata4ing_provenance.zip
69
+ benchmarks/linear-elastic-plate-with-hole/reporter_data/
70
71
- name: Archive Linear Elastic plate with a hole benchmark data for nextflow
72
uses: actions/upload-artifact@v4
0 commit comments