-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix maintainer, biotools, software name
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" \ | ||
|
@@ -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" | ||
|
||
|