We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee77f11 + c52182f commit 4ed71d0Copy full SHA for 4ed71d0
.gitpod.yml
@@ -1 +1,33 @@
1
+# A docker image supplied by nf-core.
2
+# Defined at https://github.com/nf-core/tools/blob/main/nf_core/gitpod/gitpod.Dockerfile
3
+# Image contains:
4
+# - git
5
+# - conda
6
+# - docker
7
+# - apptainer
8
+# - nextflow
9
+# - nf-core (tools)
10
+# - nf-test
11
image: nfcore/gitpod:latest
12
+
13
+tasks:
14
+ - name: Install Pixi
15
+ command: |
16
+ sudo chown gitpod -R /home/gitpod/
17
+ curl -fsSL https://pixi.sh/install.sh | bash
18
+ . /home/gitpod/.bashrc
19
+ - name: Update Nextflow
20
21
+ nextflow self-update
22
+ exit
23
+ - name: Install Snakemake
24
25
+ conda install snakemake -y
26
27
28
29
+vscode:
30
+ extensions:
31
+ - nextflow.nextflow
32
+ - snakemake.snakemake-lang
33
+ - quarto.quarto
0 commit comments