From 656efc12bdda8ffff8c344c3134cd95bc1f2acd4 Mon Sep 17 00:00:00 2001 From: Christian Schudoma Date: Tue, 17 Dec 2024 23:03:47 +0100 Subject: [PATCH] housekeeping: updated container versions to v0.10.1 --- Dockerfile | 2 +- Singularity.latest | 2 +- Singularity.v0.10.0 => Singularity.v0.10.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename Singularity.v0.10.0 => Singularity.v0.10.1 (97%) diff --git a/Dockerfile b/Dockerfile index c87c9ed..e4d2faf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:22.04 LABEL maintainer="cschu1981@gmail.com" -LABEL version="0.10.0" +LABEL version="0.10.1" LABEL description="cayman - profiling carbohydrate active enzymes in metagenomic/transcriptomic wgs samples" diff --git a/Singularity.latest b/Singularity.latest index 14773b4..de9fe80 120000 --- a/Singularity.latest +++ b/Singularity.latest @@ -1 +1 @@ -Singularity.v0.10.0 \ No newline at end of file +Singularity.v0.10.1 \ No newline at end of file diff --git a/Singularity.v0.10.0 b/Singularity.v0.10.1 similarity index 97% rename from Singularity.v0.10.0 rename to Singularity.v0.10.1 index 9ae6462..2964cea 100644 --- a/Singularity.v0.10.0 +++ b/Singularity.v0.10.1 @@ -4,7 +4,7 @@ IncludeCmd: yes %labels MAINTAINER cschu (cschu1981@gmail.com) - VERSION v0.10.0 + VERSION v0.10.1 %environment export LC_ALL=C