From ea7618fc73ea1b296ff56d6fa05d4accb3635e5c Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent@modolo.fr> Date: Fri, 22 Nov 2019 13:51:42 +0100 Subject: [PATCH] psmn: add ribotish_0.2.4 --- src/.conda_packages.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.conda_packages.sh b/src/.conda_packages.sh index b1e2afbc..bbf88057 100644 --- a/src/.conda_packages.sh +++ b/src/.conda_packages.sh @@ -153,3 +153,6 @@ fi if [ ! -d ${CONDA_ENVS}axtchain_377 ]; then conda create --yes --name axtchain_377 ucsc-axtchain==377 fi +if [ ! -d ${CONDA_ENVS}ribotish_0.2.4 ]; then + conda create --name ribotish_0.2.4 ribotish=0.2.4 +fi -- GitLab