From 9ce031df92cc777a08f819a9194f003d7632ad54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bj=C3=B8rnstad?= Date: Tue, 21 Nov 2023 10:15:32 +0100 Subject: [PATCH] Fix maintainer, biotools, software name --- {cadd-scripts => cadd-scripts-with-envs}/1.6/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename {cadd-scripts => cadd-scripts-with-envs}/1.6/Dockerfile (92%) diff --git a/cadd-scripts/1.6/Dockerfile b/cadd-scripts-with-envs/1.6/Dockerfile similarity index 92% rename from cadd-scripts/1.6/Dockerfile rename to cadd-scripts-with-envs/1.6/Dockerfile index 093c4ff5..505675ca 100644 --- a/cadd-scripts/1.6/Dockerfile +++ b/cadd-scripts-with-envs/1.6/Dockerfile @@ -2,8 +2,8 @@ FROM mambaorg/micromamba:1.5.3 ARG CADD_VERSION=1.6 -MAINTAINER "biocontainers" -LABEL software="CADD-scripts" \ +MAINTAINER "Marius Bjoernstad" +LABEL software="cadd-scripts-with-envs" \ software.version="${CADD_VERSION}" \ version="1" \ about.summary="CADD is a tool for scoring the deleteriousness of single nucleotide variants as well as insertion/deletions variants in the human genome" \ @@ -12,7 +12,6 @@ LABEL software="CADD-scripts" \ about.license="SPDX:Custom" \ about.license_file="https://github.com/kircherlab/CADD-scripts/blob/v1.6.post1/LICENSE" \ extra.binaries="/opt/conda/bin/cadd.sh" \ - extra.identifiers.biotools="cadd_phred" \ about.tags="Genomics, Human geneitcs" \ base_image="mambaorg/micromamba:1.5.3"