Skip to content

Commit

Permalink
chore(lapis1): fix Nextclade/Nextalign to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoran-chen committed Jan 11, 2024
1 parent cbf905c commit 534ac3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ FROM openjdk:17-bullseye AS server
WORKDIR /app

# Download nextalign
RUN curl -fsSL "https://github.com/nextstrain/nextclade/releases/latest/download/nextalign-x86_64-unknown-linux-gnu" -o "nextalign"
RUN curl -fsSL "https://github.com/nextstrain/nextclade/releases/download/2.14.0/nextalign-x86_64-unknown-linux-gnu" -o "nextalign"
RUN chmod +x nextalign

# Download Nextclade
RUN curl -fsSL "https://github.com/nextstrain/nextclade/releases/latest/download/nextclade-x86_64-unknown-linux-gnu" -o "nextclade"
RUN curl -fsSL "https://github.com/nextstrain/nextclade/releases/download/2.14.0/nextclade-x86_64-unknown-linux-gnu" -o "nextclade"
RUN chmod +x nextclade
RUN ./nextclade dataset get --name 'sars-cov-2' --output-dir 'nextclade-data'

Expand Down

0 comments on commit 534ac3a

Please sign in to comment.