Skip to content

Commit

Permalink
Add the SQLite CLI for augur merge
Browse files Browse the repository at this point in the history
Ideally this would have been added before or as Augur 25.3.0—the first
version to include `augur merge`—was packaged into this runtime, but I
plain forgot.
  • Loading branch information
tsibley committed Sep 4, 2024
1 parent addb745 commit c6253d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]
# libsqlite3: for pyfastx (for Augur)
# perl: for running VCFtools
# ruby: may be used by workflows
# sqlite3: for `augur merge`
# wget: may be used by workflows
# zlib1g: for pyfastx (for Augur)
# nodejs: for running Auspice
Expand All @@ -382,6 +383,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libsqlite3-0 \
perl \
ruby \
sqlite3 \
util-linux \
wget \
xz-utils \
Expand Down

0 comments on commit c6253d7

Please sign in to comment.