File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ json_ld:
2626 ratingValue : 5
2727 softwareRequirements : See https://www.eessi.io/docs/ for how to make EESSI available
2828 on your system
29- softwareVersion : ' ['' BWA/0.7.17-20220923-GCCcore-12.3.0'' , '' BWA/0.7.18-GCCcore-12.3.0'' ]'
29+ softwareVersion : ' ['' BWA/0.7.17-20220923-GCCcore-12.3.0'' , '' BWA/0.7.18-GCCcore-12.3.0'' ,
30+ '' BWA/0.7.18-GCCcore-13.2.0'' ]'
3031 url : http://bio-bwa.sourceforge.net/
3132---
3233
@@ -45,12 +46,13 @@ The overview below shows which BWA installations are available per target archit
4546To start using BWA, load one of these modules using a ` module load ` command like:
4647
4748``` shell
48- module load BWA/0.7.18-GCCcore-12.3 .0
49+ module load BWA/0.7.18-GCCcore-13.2 .0
4950```
5051
5152* (This data was automatically generated on {{ generated_time }})*
5253
5354| | 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|
5455| :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
56+ | BWA/0.7.18-GCCcore-13.2.0| x| x| x| x| x| x| x| x| x| x| x| x| x|
5557| BWA/0.7.18-GCCcore-12.3.0| x| x| x| x| x| x| x| x| x| x| x| x| x|
5658| BWA/0.7.17-20220923-GCCcore-12.3.0| x| x| x| x| x| x| x| x| x| x| x| x| x|
Original file line number Diff line number Diff line change 1+ ---
2+ hide :
3+ - toc
4+ json_ld :
5+ ' @context ' : https://schema.org
6+ ' @type ' : SoftwareApplication
7+ applicationCategory : DeveloperApplication
8+ description : An ultra-fast single-node solution for large and complexmetagenomics
9+ assembly via succinct de Bruijn graph
10+ license : Not confirmed
11+ name : MEGAHIT
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 : ' ['' MEGAHIT/1.2.9-GCCcore-12.3.0'' ]'
29+ url : https://github.com/voutcn/megahit
30+ ---
31+
32+ MEGAHIT
33+ =======
34+
35+
36+ An ultra-fast single-node solution for large and complexmetagenomics assembly via succinct de Bruijn graph
37+
38+ https://github.com/voutcn/megahit
39+ # Available modules
40+
41+
42+ The overview below shows which MEGAHIT installations are available per target architecture in EESSI, ordered based on software version (new to old).
43+
44+ To start using MEGAHIT, load one of these modules using a ` module load ` command like:
45+
46+ ``` shell
47+ module load MEGAHIT/1.2.9-GCCcore-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+ | MEGAHIT/1.2.9-GCCcore-12.3.0| x| x| x| x| x| x| x| x| x| x| x| x| x|
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ extra:
142142 - icon : fontawesome/brands/twitter
143143 link : https://twitter.com/eessi_hpc
144144 # this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
145- generated_time : " Thu, 12 Jun 2025 at 01:56:16 UTC"
145+ generated_time : " Thu, 12 Jun 2025 at 12:50:32 UTC"
146146extra_javascript :
147147 # mermaid diagram
148148 - https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs
You can’t perform that action at this time.
0 commit comments