How to install snakemake in conda (without getting stuck solving environment!)

Опубликовано: 27 Февраль 2026
на канале: Marcos Morgan
928
16

Install snakemake using conda, or better use micromamba that you can install with brew and avoid the solving environment issue from conda.

00:00 Introduction
00:22 Don't use conda to install mamba
01:30 Use "brew install micromamba" instead
02:03 Install snakemake with micromamba
02:19 Activate the directory
02:36 An issue I had with an old version
02:48 Run a pipeline!
02:58 Final thoughts and explanations.