Skip to content

Commit

Permalink
Merge pull request #319 from ens-lgil/feature/docker_95_v4
Browse files Browse the repository at this point in the history
Copy some missing executables to /usr/local/bin/
  • Loading branch information
aparton committed Nov 6, 2018
2 parents 6cde6b6 + 5a26972 commit b6b4d82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ RUN ensembl-vep/travisci/build_c.sh && \
cpanm --installdeps --with-recommends --notest --cpanfile ensembl-vep/cpanfile . && \
# Configure "locale", see https://github.com/rocker-org/rocker/issues/19
echo "$LANG UTF-8" >> /etc/locale.gen && locale-gen en_US.utf8 && \
/usr/sbin/update-locale LANG=$LANG
/usr/sbin/update-locale LANG=$LANG && \
# Copy htslib executables
cp $HTSLIB_DIR/bgzip $HTSLIB_DIR/tabix $HTSLIB_DIR/htsfile /usr/local/bin/

# Install bioperl-ext, faster alignments for haplo
WORKDIR $OPT_SRC/bioperl-ext/Bio/Ext/Align/
Expand Down

0 comments on commit b6b4d82

Please sign in to comment.