Skip to content

Commit

Permalink
Add Nextalign
Browse files Browse the repository at this point in the history
At Richard's request to facilitate integration of Nextalign into the
ncov builds.
  • Loading branch information
tsibley committed Jan 25, 2021
1 parent 04da879 commit 5030554
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ COPY --from=builder \
COPY --from=builder /build/vcftools/built/bin/ /usr/local/bin/
COPY --from=builder /build/vcftools/built/share/ /usr/local/share/

# Add Nextalign
RUN curl -fsSL https://github.com/neherlab/nextalign/releases/latest/download/nextalign-Linux-x86_64 \
-o /usr/local/bin/nextalign \
&& chmod a+rx /usr/local/bin/nextalign

# Ensure all container users can execute these programs
RUN chmod a+rX /usr/local/bin/* /usr/local/libexec/*

Expand Down

0 comments on commit 5030554

Please sign in to comment.