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"