Skip to content

Commit

Permalink
Make software_backend as enum
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Incicau committed Aug 27, 2024
1 parent ad158c6 commit dec8312
Show file tree
Hide file tree
Showing 6 changed files with 614 additions and 1,033 deletions.
1 change: 1 addition & 0 deletions examples/Benchmark_001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ benchmarker: "John Doe at Robinsons lab, [email protected]"
storage: https://storage.github.com/
storage_api: S3
benchmark_yaml_spec: 0.01
software_backend: envmodules
software_environments:
R:
description: "R 4.3.3 with gfbf-2023 toolchain"
Expand Down
1,156 changes: 602 additions & 554 deletions poetry.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/data/examples/Benchmark_001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ benchmarker: "John Doe at Robinsons lab, [email protected]"
storage: https://storage.github.com/
storage_api: S3
benchmark_yaml_spec: 0.01
software_backend: envmodules
software_environments:
R:
description: "R 4.3.3 with gfbf-2023 toolchain"
Expand Down
1 change: 1 addition & 0 deletions src/data/examples/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
benchmarker='John Doe at Robinsons lab, [email protected]',
storage='https://storage.github.com/',
storage_api=StorageAPIEnum.S3,
software_backend=SoftwareBackendEnum.envmodules,
software_environments=[
SoftwareEnvironment(
id=SoftwareEnvironmentId('R'),
Expand Down
Loading

0 comments on commit dec8312

Please sign in to comment.