From 558703847d1c830ebd0da4ed935c0a636eff0094 Mon Sep 17 00:00:00 2001 From: Roel van Esch <roel.vanesch@wur.nl> Date: Wed, 21 Dec 2022 10:58:38 +0100 Subject: [PATCH] Added pointer for git release to the conda environment section in the manual --- docs/source/user_guide/install.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/user_guide/install.rst b/docs/source/user_guide/install.rst index 91e86962e..ffe82a27d 100644 --- a/docs/source/user_guide/install.rst +++ b/docs/source/user_guide/install.rst @@ -113,7 +113,8 @@ dependency solving. To install all dependencies into a separate environment, run the following commands. Please choose the conda_linux.yml or -conda_macos.yml file depending on your operating system. The +conda_macos.yml file depending on your operating system. These files +be found in the `release <https://git.wur.nl/bioinformatics/pantools/-/releases>`_. The difference between the two files is that the linux file contains BUSCO v5.2.2, which is not compatible with the other dependencies on macOS. -- GitLab