mirror of
https://github.com/MillironX/singularity-builds.git
synced 2024-11-24 02:19:55 +00:00
Update metadata
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
5fcb2b6379
commit
79f1b5735a
2 changed files with 11 additions and 1 deletions
10
Dockerfile
10
Dockerfile
|
@ -1,5 +1,15 @@
|
|||
FROM alpine:3.14.3
|
||||
|
||||
LABEL base.image="alpine:3.14.3"
|
||||
LABEL software="NanoSim"
|
||||
LABEL software.version="3.0.2"
|
||||
LABEL dockerfile.version="3"
|
||||
LABEL description="Fast and scalable read simulator that captures the technology-specific features of ONT data."
|
||||
LABEL website="https://github.com/bcgsc/NanoSim"
|
||||
LABEL license="https://github.com/bcgsc/NanoSim/blob/master/LICENSE"
|
||||
LABEL maintainer="Thomas A. Christensen II"
|
||||
LABEL maintainer.email="25492070+MillironX@users.noreply.github.com"
|
||||
|
||||
ARG NANOSIM_VERSION=3.0.2
|
||||
ARG MINIMAP2_VERSION=2.18
|
||||
ARG LAST_VERSION=916
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[![Container source](https://img.shields.io/static/v1?label=Container%20Source&message=GitHub&color=lightgrey&logo=github&style=flat-square)](https://github.com/MillironX/singularity-builds/tree/nanosim)
|
||||
[![NanoSim source](https://img.shields.io/static/v1?label=NanoSim%20Source&message=GitHub&color=lightgrey&logo=github&style=flat-square)](https://github.com/bcgsc/NanoSim)
|
||||
[![Version 3.0.2](https://img.shields.io/static/v1?label=Latest%20version&message=1.99.2&color=yellowgreen&logo=linuxcontainers&style=flat-square)](https://cloud.sylabs.io/library/millironx/default/nanosim)
|
||||
[![Version 3.0.2](https://img.shields.io/static/v1?label=Latest%20version&message=3.0.2&color=yellowgreen&logo=linuxcontainers&style=flat-square)](https://cloud.sylabs.io/library/millironx/default/nanosim)
|
||||
[![Docs](https://img.shields.io/static/v1?label=Docs&message=README&color=blue&style=flat-square)](https://github.com/bcgsc/NanoSim/blob/master/README.md)
|
||||
[![Alpine base](https://img.shields.io/static/v1?label=Base%20image&message=Alpine&color=0d597f&logo=alpinelinux&style=flat-square)](https://www.alpinelinux.org/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue