-
Notifications
You must be signed in to change notification settings - Fork 3
artefacts storage & add a benchmark guide #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
div-tyg
merged 14 commits into
main
from
33-rectify-artefacts-storage-and-modify-folder-structure-to-include-software-tool
Nov 12, 2025
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c78b8a5
corrected the artefacts storage
e3e2087
resolved post-processing issue of the artefact
19763bc
how to add a benchmark guide
604a78c
parameter file description added
40934c2
edits to the docs. more edits to come in the next push.
171d264
updated docs.
9e861a7
added how to run a benchmark
00d5d6d
fixed failing action process-artifacts
8e13401
benchmark URI addition
6097089
benchmark URI addition - correction for test
f9e26ed
benchmark URI addn. - action failure correction
73a381d
metadata JSON creation and fixes to the docs
87a3ae5
reverting to the previous workflow.config setup
0966b08
resolve actions failure.
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,21 +51,22 @@ jobs: | |
| snakemake --use-conda --force --cores 'all' | ||
| snakemake --use-conda --force --cores all \ | ||
| --reporter metadata4ing \ | ||
| --report-metadata4ing-paramscript parameter_extractor.py \ | ||
| --report-metadata4ing-filename metadata4ing_provenance | ||
| --report-metadata4ing-paramscript ../common/parameter_extractor.py \ | ||
| --report-metadata4ing-filename snakemake_provenance | ||
| unzip snakemake_provenance -d snakemake_provenance | ||
|
|
||
| - name: run_linear-elastic-plate-with-hole-benchmarks_nextflow | ||
| shell: bash -l {0} | ||
| run: | | ||
| cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/ | ||
| nextflow run main.nf -params-file workflow_config.json -plugins [email protected] | ||
| nextflow run main.nf -params-file workflow_config.json -c ../common/nextflow.config -plugins [email protected] | ||
|
|
||
| - name: Archive Linear Elastic plate with a hole benchmark data for snakemake | ||
| uses: actions/upload-artifact@v4 | ||
| with: | ||
| name: snakemake_results_linear-elastic-plate-with-hole | ||
| path: | | ||
| benchmarks/linear-elastic-plate-with-hole/metadata4ing_provenance.zip | ||
| benchmarks/linear-elastic-plate-with-hole/snakemake_provenance/ | ||
|
|
||
| - name: Archive Linear Elastic plate with a hole benchmark data for nextflow | ||
| uses: actions/upload-artifact@v4 | ||
|
|
@@ -85,12 +86,7 @@ jobs: | |
| uses: actions/download-artifact@v4 | ||
| with: | ||
| name: snakemake_results_linear-elastic-plate-with-hole | ||
| path: ./artifact_files | ||
|
|
||
| - name: Unzip metadata4ing_provenance.zip | ||
| run: | | ||
| mkdir -p ./metadata4ing_provenance | ||
| unzip -o ./artifact_files/metadata4ing_provenance.zip -d ./metadata4ing_provenance | ||
| path: ./snakemake_provenance | ||
|
|
||
| - name: Setup Mambaforge with postprocessing env | ||
| uses: conda-incubator/setup-miniconda@v3 | ||
|
|
@@ -103,7 +99,7 @@ jobs: | |
| - name: Run plotting script | ||
| shell: bash -l {0} | ||
| run: | | ||
| python benchmarks/linear-elastic-plate-with-hole/plot_provenance.py ./metadata4ing_provenance | ||
| python benchmarks/linear-elastic-plate-with-hole/plot_metrics.py ./snakemake_provenance | ||
|
|
||
| - name: Upload PDF plot as artifact | ||
| uses: actions/upload-artifact@v4 | ||
|
|
||
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...-plate-with-hole/plateWithHoleSolution.py → ...ic-plate-with-hole/analytical_solution.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
benchmarks/linear-elastic-plate-with-hole/environment_mesh.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
benchmarks/linear-elastic-plate-with-hole/environment_postprocessing.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
benchmarks/linear-elastic-plate-with-hole/fenics/environment_simulation.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
benchmarks/linear-elastic-plate-with-hole/kratos/environment_simulation.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.