-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
28 lines (26 loc) · 1.65 KB
/
.gitpod.yml
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
# shamelessly stolen and modified from: https://github.com/rpetit3/pasty/blob/main/.gitpod.yml
# includes docker, nextflow, conda, mamba
# I believe this is the source dockerfile for nfcore/gitpod:latest https://github.com/seqeralabs/nf-training-public/blob/master/docker/Dockerfile
image: nfcore/gitpod:latest
tasks:
- name: Initialize
init: |
pip install graphviz
. /opt/conda/etc/profile.d/conda.sh
conda activate base
git checkout main
chmod +x ./bin/fastq-peek.sh && echo "Gitpod environment setup complete."
pip3 install miniwdl
vscode:
extensions: # based on nf-core.nf-core-extensionpack
- codezombiech.gitignore # Language support for .gitignore files
- davidanson.vscode-markdownlint # Markdown/CommonMark linting and style checking for Visual Studio Code
- eamodio.gitlens # Quickly glimpse into whom, why, and when a line or code block was changed
- EditorConfig.EditorConfig # override user/workspace settings with settings found in .editorconfig files
- Gruntfuggly.todo-tree # Display TODO and FIXME in a tree view in the activity bar
- mechatroner.rainbow-csv # Highlight columns in csv files in different colors
- nextflow.nextflow # Nextflow syntax highlighting
- oderwat.indent-rainbow # Highlight indentation level
- streetsidesoftware.code-spell-checker # Spelling checker for source code
- anwar.papyrus-pdf # PDF preview
- ms-python.python # Extension for Python development, including linting with pylint