From 705a8c74b0640f85ae37d5e7e7b302925b5cdbfe Mon Sep 17 00:00:00 2001 From: Ticlla Ccenhua Monica Roxana <monicaroxana.ticllaccenhua@unibas.ch> Date: Fri, 25 Sep 2020 09:47:16 +0200 Subject: [PATCH] Update README.md with a comment for when creation of minimal environment fails. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56e8b0b..53d69fa 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ Some rules will use this environment. conda env create -f ./envs/MetaSnk.yaml conda activate MetaSnk +If this step fails, be sure that the dependencies listed before are already installed! + ##### Download singularity containers and reference databases MetaSnk wraps system requirements and software dependencies within singularity containers. Download these containers by running rule 'pullSIFS' : -- GitLab