Skip to content

Commit

Permalink
Merge branch 'main' of github.com:NBISweden/workshop-reproducible-res…
Browse files Browse the repository at this point in the history
…earch
  • Loading branch information
johnne committed Nov 26, 2024
2 parents ee77f11 + c52182f commit 4ed71d0
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# A docker image supplied by nf-core.
# Defined at https://github.com/nf-core/tools/blob/main/nf_core/gitpod/gitpod.Dockerfile
# Image contains:
# - git
# - conda
# - docker
# - apptainer
# - nextflow
# - nf-core (tools)
# - nf-test
image: nfcore/gitpod:latest

tasks:
- name: Install Pixi
command: |
sudo chown gitpod -R /home/gitpod/
curl -fsSL https://pixi.sh/install.sh | bash
. /home/gitpod/.bashrc
- name: Update Nextflow
command: |
nextflow self-update
exit
- name: Install Snakemake
command: |
conda install snakemake -y
exit
vscode:
extensions:
- nextflow.nextflow
- snakemake.snakemake-lang
- quarto.quarto

0 comments on commit 4ed71d0

Please sign in to comment.