Skip to content

Commit

Permalink
Merge branch 'nextalign'
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jan 26, 2021
2 parents 04da879 + 5030554 commit 36dd448
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 36dd448

Please sign in to comment.