-
Notifications
You must be signed in to change notification settings - Fork 1
/
standards.qmd
60 lines (38 loc) · 2.17 KB
/
standards.qmd
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Standards {{< iconify fa6-solid scale-balanced >}} {#sec-standards}
::: {.callout-note}
These are living standards. Have a question/concern/suggestion? [Let's chat](https://github.com/getwilds/guide/issues/new).
:::
Standards for each repository type ...
In order to keep the standards easily digestable, for each repo type below we keep each standard short and simple and link out to other sections of the book for more information.
## R
Each R package in WILDS should follow the following standards:
- Use package `pkgdown` to create package documentation (see @sec-docs-r)
- Use an open source license; in most cases that means MIT (see @sec-license-r)
- Follow our package versioning guidelines (see @sec-versioning)
- Follow our package releases guidelines (see @sec-releases)
- Follow all conventions in @sec-conventions
## Python
Each Python package in WILDS should follow the following standards:
- Maintain package documentation (see @sec-docs-python)
- Use an open source license; in most cases that means MIT (see @sec-license-python)
- Follow our package versioning guidelines (see @sec-versioning)
- Follow our package releases guidelines (see @sec-releases)
- Follow all conventions in @sec-conventions
## Docker
Each Docker container in WILDS should follow the following standards:
- Maintain necessary [labels](https://docs.docker.com/reference/dockerfile/#label) within the Dockerfile (see @sec-dockerfile)
- Use an open source license; in most cases that means MIT (see @sec-license-docker)
- Keep containers as minimal and specific as possible (see @sec-docker-image)
- Follow all conventions in @sec-docker
## Research Compendia
Coming soon!
## WDL
Each WDL workflow in WILDS should follow the following standards:
- Maintain package documentation in the README of the repository at a minimum
- Use an open source license; in most cases that means MIT (see @sec-license-wdl)
- Follow our package versioning guidelines (see @sec-versioning)
- Follow all conventions in @sec-wdlconfig
## NextFlow
Coming soon!
## Compliance with standards
We're not sure how this will be done exactly. For now, we'll do compliance manually. Ideally the end state will be completely automated.