-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from tuncK/patient
Relax restrictions against patient data processing
- Loading branch information
Showing
11 changed files
with
102 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,23 @@ | ||
# GDPR Compliance Documentation | ||
|
||
|
||
# Local testing | ||
To install an environment to locally inspect the compiled output, you can do the following. | ||
|
||
1. Create a conda environment and activate it: | ||
``` | ||
conda create -n gdpr rb-bundler gxx_linux-64 | ||
conda activate gdpr | ||
``` | ||
|
||
2. Install the dependencies via bundler: | ||
``` | ||
bundle install | ||
``` | ||
|
||
3. Use the makefile to compile the markup files and let Jekyll serve a local instance: | ||
``` | ||
make | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
layout: history | ||
published_effective: true | ||
title: Definitions / scope | ||
--- | ||
|
||
The terms and policies mentioned on this website govern the interactions between you, the End User, and us and our services. | ||
|
||
European Galaxy Sites or "the Galaxy Service", i.e. the Services, refer to any one of the Galaxy sites provided to you by the Freiburg Galaxy Team and the European Galaxy Project, including but not limited to: | ||
|
||
- [https://usegalaxy.eu](https://usegalaxy.eu) | ||
- [https://hicexplorer.usegalaxy.eu](https://hicexplorer.usegalaxy.eu) | ||
- [https://live.usegalaxy.eu](https://live.usegalaxy.eu) | ||
- [https://metagenomics.usegalaxy.eu](https://metagenomics.usegalaxy.eu) | ||
- [https://microgalaxy.usegalaxy.eu](https://microgalaxy.usegalaxy.eu) | ||
|
||
UseGalaxy Site | ||
|
||
- [https://usegalaxy-eu.github.io](https://usegalaxy-eu.github.io) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters