From 5835d355c2bf259d00b63f34393ba1b705b2b1dd Mon Sep 17 00:00:00 2001 From: Mahesh Binzer-Panchal Date: Wed, 27 Nov 2024 10:17:15 +0000 Subject: [PATCH] Add Quarto to Gitpod --- .gitpod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 2a988980..0aeaddfa 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -20,9 +20,9 @@ tasks: command: | nextflow self-update exit - - name: Install Snakemake + - name: Install Snakemake and Quarto command: | - conda install snakemake -y + conda install snakemake quarto -y exit