Skip to content

Augur 33.4.1#1721

Merged
erinyoung merged 1 commit into
StaPH-B:masterfrom
RaheelSyedAhmed:augur-33.4.1
Jun 26, 2026
Merged

Augur 33.4.1#1721
erinyoung merged 1 commit into
StaPH-B:masterfrom
RaheelSyedAhmed:augur-33.4.1

Conversation

@RaheelSyedAhmed

Copy link
Copy Markdown
Contributor

Pull Request (PR) checklist:

  • Include a description of what is in this pull request in this message.
  • The dockerfile successfully builds to a test target for the user creating the PR. (i.e. docker build --tag samtools:1.15test --target test docker-builds/build-files/samtools/1.15 )
  • Directory structure as name of the tool in lower case with special characters removed with a subdirectory of the version number in build-files (i.e. docker-builds/build-files/spades/3.12.0/Dockerfile)
    • (optional) All test files are located in same directory as the Dockerfile (i.e. build-files/shigatyper/2.0.1/test.sh)
  • Create a simple container-specific README.md in the same directory as the Dockerfile (i.e. docker-builds/build-files/spades/3.12.0/README.md)
    • If this README is longer than 30 lines, there is an explanation as to why more detail was needed
  • Dockerfile includes the recommended LABELS
  • Main README.md has been updated to include the tool and/or version of the dockerfile(s) in this PR
  • Program_Licenses.md contains the tool(s) used in this PR and has been updated for any missing

PR Description:
Updated AUGUR_VER to 33.4.1. Added a version command for augur. Updated program-specific README.md with updated python packages. Added 33.4.1 to versions dropdown entry for Augur. The program license remains the same.

…ed program-specific README.md with updated python packages. Added 33.4.1 to versions dropdown entry for Augur. The program license remains the same.
@erinyoung

Copy link
Copy Markdown
Contributor

@staphb-dockerbuilds-diff augur 33.2.0 33.4.1

@github-actions

Copy link
Copy Markdown

Dockerfile Diff: augur

Comparing: 33.2.0 -> 33.4.1

--- build-files/augur/33.2.0/Dockerfile	2026-06-26 18:47:17.861286187 +0000
+++ build-files/augur/33.4.1/Dockerfile	2026-06-26 18:47:17.861364694 +0000
@@ -1,6 +1,6 @@
 FROM python:3.12-slim AS app
 
-ARG AUGUR_VER="33.2.0"
+ARG AUGUR_VER="33.4.1"
 ARG SEQKIT_VER="2.13.0"
 
 # LABEL instructions tag the image with metadata that might be important to the user
@@ -49,7 +49,7 @@
 
 FROM app AS test
 
-RUN augur --help
+RUN augur --help && augur version
 
 WORKDIR /test
 

@erinyoung

Copy link
Copy Markdown
Contributor

Tests worked

#13 [test 3/5] RUN apt-get update && apt-get install -y --no-install-recommends git
#13 0.076 Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
#13 0.086 Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
#13 0.086 Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
#13 0.101 Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
#13 0.154 Get:5 http://deb.debian.org/debian trixie-updates/main amd64 Packages [5412 B]
#13 0.155 Get:6 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [222 kB]
#13 0.805 Fetched 10.1 MB in 1s (13.8 MB/s)
#13 0.805 Reading package lists...
#13 1.292 Reading package lists...
#13 1.790 Building dependency tree...
#13 1.924 Reading state information...
#13 2.053 The following additional packages will be installed:
#13 2.053   git-man libbrotli1 libcom-err2 libcurl3t64-gnutls liberror-perl libexpat1
#13 2.053   libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
#13 2.053   libldap2 libnghttp2-14 libnghttp3-9 libngtcp2-16 libngtcp2-crypto-gnutls8
#13 2.054   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1t64
#13 2.054 Suggested packages:
#13 2.054   gettext-base git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki
#13 2.054   git-svn krb5-doc krb5-user
#13 2.054 Recommended packages:
#13 2.054   patch less ssh-client krb5-locales libldap-common libsasl2-modules
#13 2.135 The following NEW packages will be installed:
#13 2.135   git git-man libbrotli1 libcom-err2 libcurl3t64-gnutls liberror-perl
#13 2.135   libexpat1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3
#13 2.135   libkrb5support0 libldap2 libnghttp2-14 libnghttp3-9 libngtcp2-16
#13 2.136   libngtcp2-crypto-gnutls8 librtmp1 libsasl2-2 libsasl2-modules-db
#13 2.136   libssh2-1t64
#13 2.161 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
#13 2.161 Need to get 13.4 MB of archives.
#13 2.161 After this operation, 59.4 MB of additional disk space will be used.
#13 2.161 Get:1 http://deb.debian.org/debian trixie/main amd64 libexpat1 amd64 2.7.1-2 [108 kB]
#13 2.163 Get:2 http://deb.debian.org/debian trixie/main amd64 libbrotli1 amd64 1.1.0-2+b7 [307 kB]
#13 2.165 Get:3 http://deb.debian.org/debian-security trixie-security/main amd64 libkrb5support0 amd64 1.21.3-5+deb13u1 [33.1 kB]
#13 2.166 Get:4 http://deb.debian.org/debian trixie/main amd64 libcom-err2 amd64 1.47.2-3+b11 [25.0 kB]
#13 2.166 Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 libk5crypto3 amd64 1.21.3-5+deb13u1 [81.2 kB]
#13 2.167 Get:6 http://deb.debian.org/debian trixie/main amd64 libkeyutils1 amd64 1.6.3-6 [9456 B]
#13 2.168 Get:7 http://deb.debian.org/debian-security trixie-security/main amd64 libkrb5-3 amd64 1.21.3-5+deb13u1 [326 kB]
#13 2.170 Get:8 http://deb.debian.org/debian-security trixie-security/main amd64 libgssapi-krb5-2 amd64 1.21.3-5+deb13u1 [138 kB]
#13 2.172 Get:9 http://deb.debian.org/debian trixie/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-9 [19.8 kB]
#13 2.172 Get:10 http://deb.debian.org/debian trixie/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-9 [57.5 kB]
#13 2.172 Get:11 http://deb.debian.org/debian trixie/main amd64 libldap2 amd64 2.6.10+dfsg-1 [194 kB]
#13 2.173 Get:12 http://deb.debian.org/debian-security trixie-security/main amd64 libnghttp2-14 amd64 1.64.0-1.1+deb13u1 [76.2 kB]
#13 2.173 Get:13 http://deb.debian.org/debian trixie/main amd64 libnghttp3-9 amd64 1.8.0-1 [67.7 kB]
#13 2.174 Get:14 http://deb.debian.org/debian trixie/main amd64 libngtcp2-16 amd64 1.11.0-1+deb13u1 [132 kB]
#13 2.175 Get:15 http://deb.debian.org/debian trixie/main amd64 libngtcp2-crypto-gnutls8 amd64 1.11.0-1+deb13u1 [29.5 kB]
#13 2.175 Get:16 http://deb.debian.org/debian trixie/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b5 [58.8 kB]
#13 2.177 Get:17 http://deb.debian.org/debian trixie/main amd64 libssh2-1t64 amd64 1.11.1-1 [245 kB]
#13 2.177 Get:18 http://deb.debian.org/debian trixie/main amd64 libcurl3t64-gnutls amd64 8.14.1-2+deb13u3 [384 kB]
#13 2.178 Get:19 http://deb.debian.org/debian trixie/main amd64 liberror-perl all 0.17030-1 [26.9 kB]
#13 2.179 Get:20 http://deb.debian.org/debian trixie/main amd64 git-man all 1:2.47.3-0+deb13u1 [2205 kB]
#13 2.187 Get:21 http://deb.debian.org/debian trixie/main amd64 git amd64 1:2.47.3-0+deb13u1 [8862 kB]
#13 2.330 debconf: unable to initialize frontend: Dialog
#13 2.330 debconf: (TERM is not set, so the dialog frontend is not usable.)
#13 2.330 debconf: falling back to frontend: Readline
#14 32.22 amino acid mutations written to results/aa_muts.json
#14 32.22 WARNING: 1 CDS features skipped as they didn't have a locus_tag or gene qualifier.
#14 33.68 Validating schema of 'results/nt_muts.json'...
#14 33.68 Validating schema of 'results/aa_muts.json'...
#14 33.70 Validating schema of 'config/auspice_config.json'...
#14 33.73 Validating schema of 'auspice/zika.json'...
#14 33.76 Validation of 'auspice/zika.json' succeeded.
#14 33.76 Validating config file 'config/auspice_config.json' against the JSON schema
#14 33.76 Validating produced JSON
#14 33.76 Validating that the JSON is internally consistent...
#14 33.76 
#14 33.92 {
#14 33.92   "version": "v2",
#14 33.92   "meta": {
#14 33.92     "title": "Tutorial Nextstrain build for Zika virus",
#14 33.92     "updated": "2026-06-25",
#14 33.92     "build_url": "https://github.com/nextstrain/zika-tutorial",
#14 33.92     "maintainers": [
#14 33.92       {
#14 33.92         "name": "Trevor Bedford",
#14 33.92         "url": "http://bedford.io/team/trevor-bedford/"

@erinyoung erinyoung left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no changes to recommend. Let's get this merged and deployed!

@erinyoung erinyoung merged commit a36af8d into StaPH-B:master Jun 26, 2026
2 checks passed
@erinyoung

Copy link
Copy Markdown
Contributor

Thank you for putting this together! You can check the status of the deploy here : https://github.com/StaPH-B/docker-builds/actions/runs/28259435349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants