From cbd16568cdc6615e76c0c49437209697a40a8f93 Mon Sep 17 00:00:00 2001 From: Abhinav Sharma Date: Wed, 31 Jul 2024 14:07:41 +0200 Subject: [PATCH] update multiqc version [ci skip] --- conda_envs/magma-env-1.yml | 2 +- containers/magma-container-1/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_envs/magma-env-1.yml b/conda_envs/magma-env-1.yml index cb5e77f5..d17b8044 100644 --- a/conda_envs/magma-env-1.yml +++ b/conda_envs/magma-env-1.yml @@ -13,7 +13,7 @@ dependencies: - gatk4=4.2.6.1 - ismapper=2.0 - lofreq=2.1.5 - - multiqc=1.23 + - multiqc=1.22 - pandas=1.5.3 - python=3.10.8 - r-ggplot2=3.3.5 diff --git a/containers/magma-container-1/build.sh b/containers/magma-container-1/build.sh index 7d5445d5..b60f6a64 100644 --- a/containers/magma-container-1/build.sh +++ b/containers/magma-container-1/build.sh @@ -3,7 +3,7 @@ set -uex # NOTE: Make sure you've set the environment correctly and are logged in to the registry. -CONTAINER_TAG=2.0.0 +CONTAINER_TAG=2.0.0-1 CONTAINER_DIR=magma-container-1 DOCKER_NAMESPACE="ghcr.io/torch-consortium/magma"