Skip to content

Commit c653e80

Browse files
authored
Merge pull request #554 from EESSIbot/update-software-overview-1757641577
2 parents ce11a09 + 39f6791 commit c653e80

File tree

6 files changed

+116
-4
lines changed

6 files changed

+116
-4
lines changed

docs/available_software/data/json_data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/available_software/data/json_data_detail.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/available_software/detail/CMake.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ json_ld:
2525
ratingValue: 5
2626
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
2727
on your system
28-
softwareVersion: '[''CMake/3.24.3-GCCcore-12.2.0'', ''CMake/3.26.3-GCCcore-12.3.0'',
28+
softwareVersion: '[''CMake/3.18.4'', ''CMake/3.24.3-GCCcore-12.2.0'', ''CMake/3.26.3-GCCcore-12.3.0'',
2929
''CMake/3.27.6-GCCcore-13.2.0'']'
3030
url: https://www.cmake.org
3131
---
@@ -55,3 +55,4 @@ module load CMake/3.27.6-GCCcore-13.2.0
5555
|CMake/3.27.6-GCCcore-13.2.0|x|x|x|x|x|x|x|x|x|x|x|x|x|
5656
|CMake/3.26.3-GCCcore-12.3.0|x|x|x|x|x|x|x|x|x|x|x|x|x|
5757
|CMake/3.24.3-GCCcore-12.2.0|x|x|x|x|x|x|x|x|x|x|x|x|x|
58+
|CMake/3.18.4|x|x|x|x|x|x|x|x|x|x|x|x|x|
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: cereal is a header-only C++11 serialization library. cereal takes arbitrary
9+
data types and reversiblyturns them into different representations, such as compact
10+
binary encodings, XML, or JSON. cereal was designed to befast, light-weight, and
11+
easy to extend - it has no external dependencies and can be easily bundled with
12+
other code orused standalone.
13+
license: Not confirmed
14+
name: Cereal
15+
offers:
16+
'@type': Offer
17+
price: 0
18+
operatingSystem: LINUX
19+
review:
20+
'@type': Review
21+
author:
22+
'@type': Organization
23+
name: EESSI
24+
reviewBody: Application has been successfully made available on all architectures
25+
supported by EESSI
26+
reviewRating:
27+
'@type': Rating
28+
ratingValue: 5
29+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
30+
on your system
31+
softwareVersion: '[''Cereal/1.3.2'']'
32+
url: https://uscilab.github.io/cereal/
33+
---
34+
35+
Cereal
36+
======
37+
38+
39+
cereal is a header-only C++11 serialization library. cereal takes arbitrary data types and reversiblyturns them into different representations, such as compact binary encodings, XML, or JSON. cereal was designed to befast, light-weight, and easy to extend - it has no external dependencies and can be easily bundled with other code orused standalone.
40+
41+
https://uscilab.github.io/cereal/
42+
# Available modules
43+
44+
45+
The overview below shows which Cereal installations are available per target architecture in EESSI, ordered based on software version (new to old).
46+
47+
To start using Cereal, load one of these modules using a `module load` command like:
48+
49+
```shell
50+
module load Cereal/1.3.2
51+
```
52+
53+
*(This data was automatically generated on {{ generated_time }})*
54+
55+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|aarch64/nvidia/grace|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/cascadelake|x86_64/intel/haswell|x86_64/intel/icelake|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512|
56+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
57+
|Cereal/1.3.2|x|x|x|x|x|x|x|x|x|x|x|x|x|
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
hide:
3+
- toc
4+
json_ld:
5+
'@context': https://schema.org
6+
'@type': SoftwareApplication
7+
applicationCategory: DeveloperApplication
8+
description: Salmon is a wicked-fast program to produce a highly-accurate, transcript-level
9+
quantification estimate from RNA-seq data.
10+
license: Not confirmed
11+
name: Salmon
12+
offers:
13+
'@type': Offer
14+
price: 0
15+
operatingSystem: LINUX
16+
review:
17+
'@type': Review
18+
author:
19+
'@type': Organization
20+
name: EESSI
21+
reviewBody: Application has been successfully made available on all architectures
22+
supported by EESSI
23+
reviewRating:
24+
'@type': Rating
25+
ratingValue: 5
26+
softwareRequirements: See https://www.eessi.io/docs/ for how to make EESSI available
27+
on your system
28+
softwareVersion: '[''Salmon/1.10.3-GCC-12.3.0'']'
29+
url: https://github.com/COMBINE-lab/salmon
30+
---
31+
32+
Salmon
33+
======
34+
35+
36+
Salmon is a wicked-fast program to produce a highly-accurate, transcript-level quantification estimate from RNA-seq data.
37+
38+
https://github.com/COMBINE-lab/salmon
39+
# Available modules
40+
41+
42+
The overview below shows which Salmon installations are available per target architecture in EESSI, ordered based on software version (new to old).
43+
44+
To start using Salmon, load one of these modules using a `module load` command like:
45+
46+
```shell
47+
module load Salmon/1.10.3-GCC-12.3.0
48+
```
49+
50+
*(This data was automatically generated on {{ generated_time }})*
51+
52+
| |aarch64/generic|aarch64/neoverse_n1|aarch64/neoverse_v1|aarch64/nvidia/grace|x86_64/generic|x86_64/amd/zen2|x86_64/amd/zen3|x86_64/amd/zen4|x86_64/intel/cascadelake|x86_64/intel/haswell|x86_64/intel/icelake|x86_64/intel/sapphirerapids|x86_64/intel/skylake_avx512|
53+
| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
54+
|Salmon/1.10.3-GCC-12.3.0|x|x|x|x|x|x|x|x|x|x|x|x|x|

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ extra:
173173
- icon: fontawesome/brands/twitter
174174
link: https://twitter.com/eessi_hpc
175175
# this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
176-
generated_time: "Thu, 11 Sep 2025 at 08:16:33 UTC"
176+
generated_time: "Fri, 12 Sep 2025 at 01:46:15 UTC"
177177
extra_javascript:
178178
# mermaid diagram
179179
- https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs

0 commit comments

Comments
 (0)