Skip to content

Commit 046904e

Browse files
author
Sven Twardziok
committed
fix typos
1 parent 47b1916 commit 046904e

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ site/
22
_site/
33
.venv
44
.notes
5+
.codespell*

docs/contribute/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@ We offer you
6161
experts with diverse technical and cultural backgrounds
6262
- the opportunity to tackle modern, highly relevant technical challenges on the
6363
way to personalized medicine and genome-scale analytics in the cloud
64-
- support, feedback and appreciation for your work, as well as involvment in
64+
- support, feedback and appreciation for your work, as well as involvement in
6565
and influence on policy decisions proportional to the level of your
6666
engagement
6767
- networking opportunities within the [ELIXIR][elixir] and [GA4GH][ga4gh]
6868
communities, with many opinion leaders in academia and the tech industry
6969

7070
!!! note "Regular contributors"
7171

72-
Check out the additional [exiciting opportunities](#opportunities) for
72+
Check out the additional [exciting opportunities](#opportunities) for
7373
regular contributors!
7474

7575
## Our expectations

docs/contribute/language-specific/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ section.
66
## Python version
77

88
For any _new_ projects, please use one of the two most recent [Python minor
9-
versions][py-downloads], exclusing pre-releases. For existing projects, use the
9+
versions][py-downloads], excluding pre-releases. For existing projects, use the
1010
Python version used throughout the project (mentioned in `pyproject.toml`).
1111

1212
## Packaging, build system & dependencies

docs/tutorials/sensitive_data_analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The deployment of WESkit involves the following steps:
4444

4545
1. **Install WESkit:** Simple deployment [using Docker](https://gitlab.com/one-touch-pipeline/weskit/documentation/-/blob/master/admin/README.md).
4646
2. **Set up compute environment:** WESkit must be configured according to the [compute environment](https://gitlab.com/one-touch-pipeline/weskit/documentation/-/blob/master/admin/executor.md).
47-
3. **Provide workflows:** In this scenario, a data controller has to validate and provide every workflow on the compute evironment. Only then they are available for the researchers. WESkit provides instructions for [workflow installation](https://gitlab.com/one-touch-pipeline/weskit/documentation/-/blob/master/admin/workflow-installation.md). Workflows are Snakemake or Nextflow scripts, along with all dependencies and additional data.
47+
3. **Provide workflows:** In this scenario, a data controller has to validate and provide every workflow on the compute environment. Only then they are available for the researchers. WESkit provides instructions for [workflow installation](https://gitlab.com/one-touch-pipeline/weskit/documentation/-/blob/master/admin/workflow-installation.md). Workflows are Snakemake or Nextflow scripts, along with all dependencies and additional data.
4848
4. **Configure workflow engine:** Define workflow [engine parameters](https://gitlab.com/one-touch-pipeline/weskit/documentation/-/blob/master/admin/executor.md).
4949
5. **Provide data:** The workflows are executed on sensitive data within the compute environment. Therefore, the data should be available in the file system of the compute environment (e.g. Slurm).
5050
6. **Publish web service:** We assume that the service will be available online. This requires configuration on the provider side.

0 commit comments

Comments
 (0)