Skip to content

Commit

Permalink
Merge pull request #204 from nextstrain/victorlin/nextclade3
Browse files Browse the repository at this point in the history
Use Nextclade v3
  • Loading branch information
corneliusroemer authored Jan 17, 2024
2 parents ec36145 + ee302be commit 2bb5d6f
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,8 @@ RUN curl -fsSL https://github.com/nextstrain/nextclade/releases/download/2.14.0/
&& ln -sv nextalign2 /final/bin/nextalign

# Download Nextclade v2
# Set default Nextclade version to 2
RUN curl -fsSL https://github.com/nextstrain/nextclade/releases/download/2.14.0/nextclade-$(/builder-scripts/target-triple) \
-o /final/bin/nextclade2 \
&& ln -sv nextclade2 /final/bin/nextclade
-o /final/bin/nextclade2

# Download tsv-utils
# NOTE: Running this program requires support for emulation on the Docker host
Expand Down Expand Up @@ -184,13 +182,10 @@ RUN curl -fsSL https://github.com/lh3/minimap2/releases/download/v2.24/minimap2-
ARG CACHE_DATE

# Download Nextclade v3
# Note: Before v3 there used to be separate binaries for Nextclade and
# Nextalign. Since v3 there is only Nextclade, which can do both.
# TODO: After Nextclade 3 is released, update the URL to download the latest
# version instead of hardcoded.
# TODO: At some point, update the v2 binary symlinks to use Nextclade v3.
RUN curl -fsSL https://github.com/nextstrain/nextclade/releases/download/3.0.0-alpha.2/nextclade-$(/builder-scripts/target-triple) \
-o /final/bin/nextclade3
# Set default Nextclade version to 3
RUN curl -fsSL https://github.com/nextstrain/nextclade/releases/latest/download/nextclade-$(/builder-scripts/target-triple) \
-o /final/bin/nextclade3 \
&& ln -sv nextclade3 /final/bin/nextclade

# Auspice
# Building auspice means we can run it without hot-reloading, which is
Expand Down

0 comments on commit 2bb5d6f

Please sign in to comment.