-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 92b5415
Showing
155 changed files
with
11,167 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: c9f5eac3c0cf9ade996d64fcca4bbcf2 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
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,9 @@ | ||
# About | ||
|
||
> More information about us and our work. | ||
The Data Sciene Platform at Novo Nordisk Foundation Center for Biosustainability | ||
is part of the Informatics Platform, see our aims and goals | ||
[here](https://www.biosustain.dtu.dk/technologies/informatics/data-science-platform). | ||
|
||
|
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,5 @@ | ||
# Create Azure resources | ||
|
||
How to create azure resources in a common VNET | ||
|
||
> good first issue for Albert:) |
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,3 @@ | ||
# How to run a nextflow pipleline on Azure | ||
|
||
> to be written |
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,37 @@ | ||
# DTU Biosustain's Data Science Platform Documentation | ||
|
||
Welcome to the documentation of the Data Science Platform at DTU Biosustain. This is a | ||
place to keep general notes on how to do things, | ||
DTU infrastructure specific trics and institute wide educational material. | ||
|
||
The Data Sciene Platform at Novo Nordisk Foundation Center for Biosustainability | ||
is part of the Informatics Platform, see our aims and goals | ||
[here](https://www.biosustain.dtu.dk/technologies/informatics/data-science-platform). | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
:hidden: | ||
about | ||
``` | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
:hidden: | ||
:caption: Azure | ||
azure/creating_ressources | ||
azure/running_nextflow_on_azure | ||
``` | ||
|
||
```{toctree} | ||
:maxdepth: 2 | ||
:hidden: | ||
:caption: Python | ||
python/percent_notebooks | ||
``` | ||
|
||
|
||
|
||
|
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,23 @@ | ||
# %% [markdown] | ||
# # Percent Notebooks in VSCode (and other editior) | ||
# This site is written as a jupyter notebook which is then executed and converted to html | ||
# by mystnb and sphinx. | ||
# | ||
# A brief example: | ||
# ``` | ||
# # %% [markdown] | ||
# # # Heading 1 | ||
# # Some text | ||
# # | ||
# # %% | ||
# # print("Hello World") | ||
# | ||
# ``` | ||
# Find more information on | ||
# [jupytext's documentation](https://jupytext.readthedocs.io/en/latest/formats-scripts.html) | ||
|
||
# %% | ||
print("Hello World form a percent notebook") | ||
|
||
# %% [markdown] | ||
# This notebook was executed using `jupytext` and `mystnb` by `sphinx`. |
Oops, something went wrong.