From 1621b72cb34050349483c81030ff44b47b598a98 Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Wed, 17 Apr 2024 14:27:44 +0200 Subject: [PATCH] fix: showcase for mamba install added --- slides/users/Selecting_Workflows.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/slides/users/Selecting_Workflows.tex b/slides/users/Selecting_Workflows.tex index 5e7ab74..b5d5453 100644 --- a/slides/users/Selecting_Workflows.tex +++ b/slides/users/Selecting_Workflows.tex @@ -97,9 +97,8 @@ \subsection{The Snakemake Workflow Catalogue} This should clone the \altverb{snakemake} environment with all necessary tools! \pause \begin{task} - Pick one workflow from the catalogue, create a new environment with a corresponding name, e.\,g. \altverb{rna-seq-star}. Activate it. Then, install \altverb{snakedeploy}. - \end{task} - \pause + Pick one workflow from the catalogue, create a new environment with a corresponding name, e.\,g. \altverb{rna-seq-star}. Activate it. Then, run \altverb{mamba install snakedeploy}. + \end{task} \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%