Skip to content

Commit 51695f1

Browse files
Merge pull request #736 from odidev/canu_gardener
Add Canu and Gardener files
2 parents 3e85ef3 + e95f3f9 commit 51695f1

File tree

2 files changed

+41
-11
lines changed

2 files changed

+41
-11
lines changed
Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
name: CANU
2+
name: Canu
33
category: HPC
4-
description: CANU is widely used in bioinformatics for de novo genome assembly and is optimized for parallel processing, making it well-suited for use in high-performance computing (HPC) environments.
5-
download_url:
6-
works_on_arm: FALSE
4+
description: Canu is a genome assembly tool optimized for long-read, high-error-rate sequencing technologies (e.g., PacBio, Oxford Nanopore). It performs read correction, trimming, and assembly through a hierarchical pipeline, enabling accurate reconstruction of complex genomes.
5+
download_url: https://github.com/marbl/canu/tags
6+
works_on_arm: true
77
supported_minimum_version:
8-
version_number:
9-
release_date:
8+
version_number: 2.3
9+
release_date: 2024/12/18
1010

1111

1212
optional_info:
13-
homepage_url: https://github.com/marbl/canu
13+
homepage_url: https://canu.readthedocs.io/en/latest/
1414
support_caveats:
1515
alternative_options:
1616
getting_started_resources:
17-
official_docs: https://github.com/marbl/canu?tab=readme-ov-file#install
17+
official_docs: https://canu.readthedocs.io/en/latest/quick-start.html
1818
arm_content:
1919
partner_content:
2020
arm_recommended_minimum_version:
@@ -24,9 +24,8 @@ optional_info:
2424
rationale:
2525

2626
optional_hidden_info:
27-
release_notes__supported_minimum:
27+
release_notes__supported_minimum: https://github.com/marbl/canu/releases/tag/v2.3
2828
release_notes__recommended_minimum:
29-
other_info: The project does not support installation and testing on the Linux/ARM64 platform. [Issue](https://github.com/marbl/canu/issues/2016) is raised regarding this and was closed. Another issue was opened [here](https://github.com/marbl/canu/issues/2271).
30-
29+
other_info:
3130
---
3231

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Gardener
3+
category: Containers and Orchestration
4+
description: Gardener is an open-source system that manages Kubernetes clusters across multiple cloud and infrastructure providers, using Kubernetes itself to operate Kubernetes at scale.
5+
download_url: https://github.com/gardener/gardener/releases
6+
works_on_arm: true
7+
supported_minimum_version:
8+
version_number: 1.46.0
9+
release_date: 2022/05/05
10+
11+
12+
optional_info:
13+
homepage_url: https://gardener.cloud/
14+
support_caveats:
15+
alternative_options:
16+
getting_started_resources:
17+
official_docs: https://github.com/gardener/gardener/blob/master/docs/README.md
18+
arm_content:
19+
partner_content:
20+
arm_recommended_minimum_version:
21+
version_number:
22+
release_date:
23+
reference_content:
24+
rationale:
25+
26+
optional_hidden_info:
27+
release_notes__supported_minimum: https://github.com/gardener/gardener/releases/tag/v1.46.0
28+
release_notes__recommended_minimum:
29+
other_info:
30+
31+
---

0 commit comments

Comments
 (0)