forked from SwissDataScienceCenter/renku-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yaml
32 lines (32 loc) · 1.19 KB
/
manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
- id: python
aliases: [python-minimal]
name: Basic Python (3.9) Project
description: The simplest Python-3.9-based renku project with a basic directory structure and necessary supporting files.
variables: {}
icon: python-minimal.png
ssh_supported: true
- id: R
aliases: [R-minimal, R-max]
name: Basic R (4.2.0) Project
description: The simplest R-4.2.0-based renku project with a basic directory structure and necessary supporting files.
variables: {}
icon: R-minimal.png
ssh_supported: true
- id: bioc-minimal
name: R-Bioconductor (3.15) Project
description: The simplest R bioconductor-3.15-based renku project with a basic directory structure and necessary supporting files.
variables: {}
icon: bioconductor.png
ssh_supported: true
- id: julia
aliases: [julia-minimal]
name: Basic Julia (1.7.1) Project
description: The simplest Julia 1.7.1-based renku project with a basic directory structure and necessary supporting files.
variables: {}
icon: julialang.png
ssh_supported: true
- id: minimal
name: Minimal Renku
description: The simplest renku project template with files for renku CLI and launching projects on renkulab.
variables: {}
ssh_supported: true