Skip to content

Commit

Permalink
Updated version to 1.5.1 and fixed maintainer lables
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung authored Dec 19, 2024
1 parent 1ec3eb8 commit 2f31467
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unicycler/0.5.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:focal as app

# for easy upgrade later. ARG variables only persist during image build time
ARG unicyclerVer="0.5.0"
ARG unicyclerVer="0.5.1"
ARG blastVer="2.12.0"
# the spades.py version is actually VERY important
ARG spadesVer="3.15.4"
Expand All @@ -10,16 +10,16 @@ ARG raconVer="1.4.3"
LABEL base.image="ubuntu:focal"
LABEL dockerfile.version="1"
LABEL software="Unicycler"
LABEL software.version="0.5.0"
LABEL software.version="${unicyclerVer}"
LABEL description="Unicycler is an assembly pipeline for bacterial genomes."
LABEL website="https://github.com/rrwick/Unicycler"
LABEL license="https://github.com/rrwick/Unicycler/blob/main/LICENSE"
LABEL maintainer1="Kelsey Florek"
LABEL maintainer1.email="kelsey.florek@slh.wisc.edu"
LABEL maintainer2="Curtis Kapsak"
LABEL maintainer2.email="kapsakcj@gmail.com"
LABEL maintainer3="Erin Young"
LABEL maintainer3.email="eriny@utah.gov"
LABEL maintainer="Erin Young"
LABEL maintainer.email="eriny@utah.gov"

ARG DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 2f31467

Please sign in to comment.