Skip to content

Commit 4ed71d0

Browse files
committed
Merge branch 'main' of github.com:NBISweden/workshop-reproducible-research
2 parents ee77f11 + c52182f commit 4ed71d0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.gitpod.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
111
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+
command: |
21+
nextflow self-update
22+
exit
23+
- name: Install Snakemake
24+
command: |
25+
conda install snakemake -y
26+
exit
27+
28+
29+
vscode:
30+
extensions:
31+
- nextflow.nextflow
32+
- snakemake.snakemake-lang
33+
- quarto.quarto

0 commit comments

Comments
 (0)