-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitpod.yml
24 lines (23 loc) · 1.36 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
image: condaforge/miniforge3:24.3.0-0
tasks:
- name: Initialize
init: |
pip install graphviz
. /opt/conda/etc/profile.d/conda.sh
conda activate base
conda create -n sccmec-dev -y -q -c conda-forge -c bioconda 'camlhmp>=1.0.0'
conda activate sccmec-dev
git checkout main
vscode:
extensions: # based on nf-core.nf-core-extensionpack
- codezombiech.gitignore # Language support for .gitignore files
- cssho.vscode-svgviewer # SVG viewer
- 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