-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitpod.yml
More file actions
29 lines (25 loc) · 758 Bytes
/
Copy path.gitpod.yml
File metadata and controls
29 lines (25 loc) · 758 Bytes
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
image:
file: .gitpod.Dockerfile
tasks:
- name: Init Gitpod Workspace
init: |
pip3 install -r requirements.txt
jupyter nbextension install --sys-prefix --py nbgrader
jupyter nbextension enable --sys-prefix --py nbgrader
jupyter labextension enable nbgrader
#conda install --yes -c bioconda bwa blast samtools --solver=libmamba
conda clean --all --yes
command: |
echo "Running: $GITPOD_WORKSPACE_URL"
echo "Call 'gogo w' to work on workshop material in Jupyter lab."
ports:
- name: Jupyter Notebook
port: 8888
onOpen: open-browser
vscode:
extensions:
- eamodio.gitlens
- janisdd.vscode-edit-csv
- mechatroner.rainbow-csv
- ms-python.python
- ms-python.debugpy