Skip to content

Commit

Permalink
Fix maintainer, biotools, software name
Browse files Browse the repository at this point in the history
  • Loading branch information
fa2k committed Nov 21, 2023
1 parent 80edfd8 commit 9ce031d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM mambaorg/micromamba:1.5.3

ARG CADD_VERSION=1.6

MAINTAINER "biocontainers" <[email protected]>
LABEL software="CADD-scripts" \
MAINTAINER "Marius Bjoernstad" <[email protected]>
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" \
Expand All @@ -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"

Expand Down

0 comments on commit 9ce031d

Please sign in to comment.