forked from SwissDataScienceCenter/renku-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yaml
30 lines (30 loc) · 1.6 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
- folder: python-minimal
name: Basic Python (3.7) Project
description: The simplest Python-3.7-based renku project with a basic directory structure and necessary supporting files.
variables:
description: short description added at the beginning of the readme file
- folder: R-minimal
name: Basic R (4.0) Project
description: The simplest R-4.0-based renku project with a basic directory structure and necessary supporting files.
variables:
description: short description added at the beginning of the readme file
- folder: R-renv
name: R Project with dependency management
description: A simple R-based renku project with a basic directory structure, necessary supporting files and R dependencies managed with renv.
variables:
Rversion: R version (3.5.2, 3.6.0, 3.6.1, 3.6.3, 4.0.0 available). Default 4.0.0.
description: short description added at the beginning of the readme file
- folder: bioc-minimal
name: R-Bioconductor (3.11) Project
description: The simplest R bioconductor-3.11-based renku project with a basic directory structure and necessary supporting files.
variables:
description: short description added at the beginning of the readme file
- folder: julia-minimal
name: Basic Julia (1.4.2) Project
description: The simplest Julia 1.4.2-based renku project with a basic directory structure and necessary supporting files.
variables:
description: short description added at the beginning of the readme file
- folder: minimal
name: Minimal Renku
description: The simplest renku project template with files for renku CLI and launching projects on renkulab.
variables: {}