Skip to content

Commit 5f1cab5

Browse files
committed
Use version 2.0.1 plugin
1 parent f1f970e commit 5f1cab5

5 files changed

Lines changed: 11 additions & 25 deletions

File tree

benchmarks/rotating-cylinders/dumux/metadata4ing.config

Lines changed: 0 additions & 10 deletions
This file was deleted.

benchmarks/rotating-cylinders/dumux/run_benchmark.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,13 @@
6868
"--resources", "serial_run=1",
6969
"--singularity-args", f"--bind {benchmark_dir}:/dumux/shared",
7070
"--config", f'conf_name="{config_name}"',
71+
"--force",
7172
"--reporter", "metadata4ing",
72-
"--report-metadata4ing-config", str(reporter_config_path),
7373
"--report-metadata4ing-filename", f"dumux_rocrate_{config_name}.zip",
74-
"--force"
74+
"--report-metadata4ing-name", "NFDI4Ing Provenance", \
75+
"--report-metadata4ing-description", "Benchmark for rotating cylinders", \
76+
"--report-metadata4ing-license", "https://opensource.org/licenses/MIT", \
77+
"--report-metadata4ing-profile", "provenance-run-crate-0.5", \
7578
], check=True, cwd=output_dir)
7679

7780
print(f"Workflow executed successfully for {config_name}.")

benchmarks/rotating-cylinders/openfoam/metadata4ing.config

Lines changed: 0 additions & 10 deletions
This file was deleted.

benchmarks/rotating-cylinders/openfoam/run_benchmark.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,13 @@
7474
"--use-singularity",
7575
"--cores", "all",
7676
"--resources", "serial_run=1",
77+
"--force",
7778
"--reporter", "metadata4ing",
78-
"--report-metadata4ing-config", str(reporter_config_path),
7979
"--report-metadata4ing-filename", f"openfoam_rocrate_{config_name}.zip",
80-
"--force"
80+
"--report-metadata4ing-name", "NFDI4Ing Provenance", \
81+
"--report-metadata4ing-description", "Benchmark for rotating cylinders", \
82+
"--report-metadata4ing-license", "https://opensource.org/licenses/MIT", \
83+
"--report-metadata4ing-profile", "provenance-run-crate-0.5", \
8184
], check=True, cwd=output_dir)
8285

8386
print(f"Workflow executed successfully for {config_name}.")

environment_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ dependencies:
1111
- conda
1212
- pip
1313
- pip:
14-
- "git+https://github.com/izus-fokus/snakemake-report-plugin-metadata4ing@v1.2.6#egg=snakemake-report-plugin-metadata4ing"
14+
- "git+https://github.com/izus-fokus/snakemake-report-plugin-metadata4ing@v2.0.1#egg=snakemake-report-plugin-metadata4ing"

0 commit comments

Comments
 (0)