File tree Expand file tree Collapse file tree 4 files changed +56
-3
lines changed
Expand file tree Collapse file tree 4 files changed +56
-3
lines changed 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 1+ ---
2+ hide :
3+ - toc
4+ json_ld :
5+ ' @context ' : https://schema.org
6+ ' @type ' : SoftwareApplication
7+ applicationCategory : DeveloperApplication
8+ description : Yet Another Chimeric Read Detector.
9+ license : Not confirmed
10+ name : yacrd
11+ offers :
12+ ' @type ' : Offer
13+ price : 0
14+ operatingSystem : LINUX
15+ review :
16+ ' @type ' : Review
17+ author :
18+ ' @type ' : Organization
19+ name : EESSI
20+ reviewBody : Application has been successfully made available on all architectures
21+ supported by EESSI
22+ reviewRating :
23+ ' @type ' : Rating
24+ ratingValue : 5
25+ softwareRequirements : See https://www.eessi.io/docs/ for how to make EESSI available
26+ on your system
27+ softwareVersion : ' ['' yacrd/1.0.0-foss-2023a'' ]'
28+ url : https://github.com/natir/yacrd
29+ ---
30+
31+ yacrd
32+ =====
33+
34+
35+ Yet Another Chimeric Read Detector.
36+
37+ https://github.com/natir/yacrd
38+ # Available modules
39+
40+
41+ The overview below shows which yacrd installations are available per target architecture in EESSI, ordered based on software version (new to old).
42+
43+ To start using yacrd, load one of these modules using a ` module load ` command like:
44+
45+ ``` shell
46+ module load yacrd/1.0.0-foss-2023a
47+ ```
48+
49+ * (This data was automatically generated on {{ generated_time }})*
50+
51+ | | aarch64/generic| aarch64/a64fx| 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|
52+ | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
53+ | yacrd/1.0.0-foss-2023a| x| x| x| x| x| x| x| x| x| x| x| x| x| x|
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ extra:
177177 - icon : fontawesome/brands/twitter
178178 link : https://twitter.com/eessi_hpc
179179 # this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
180- generated_time : " Tue, 09 Dec 2025 at 12:58:45 UTC"
180+ generated_time : " Fri, 12 Dec 2025 at 02:03:46 UTC"
181181 slack_invite_url : " https://join.slack.com/t/eessi-hpc/shared_invite/zt-1wqy0t8g6-PZJTg3Hjjm5Fm3XEOkzECg"
182182extra_javascript :
183183 # mermaid diagram
You can’t perform that action at this time.
0 commit comments