Skip to content

Commit

Permalink
add lsd2 to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 7, 2021
1 parent 4c7f04a commit 11e2697
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions workflow/envs/merge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ RUN conda install -c conda-forge mamba \
&& mamba clean -a \
&& echo "source activate plague-phylogeography" > ~/.bashrc;

# Install lsd2
RUN wget https://github.com/tothuhien/lsd2/releases/download/v1.9.9/lsd2_unix \
&& mv lsd2_unix /opt/conda/envs/plague-phylogeography/bin/lsd2;


ENV PATH /opt/conda/envs/plague-phylogeography/bin:$PATH
ENV IN_DOCKER_CONTAINER Yes

Expand Down

0 comments on commit 11e2697

Please sign in to comment.