Skip to content

Commit

Permalink
update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Palmer committed Jul 16, 2018
1 parent 8001a9a commit 4952466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerbuild/Dockerfile-base
Expand Up @@ -100,5 +100,5 @@ RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86

COPY pasa_conf.txt /home/linuxbrew/PASApipeline/pasa_conf/conf.txt

RUN wget https://github.com/nextgenusfs/funannotate/archive/1.4.1.tar.gz && \
tar -zxvf 1.4.1.tar.gz && rm 1.4.1.tar.gz && mv funannotate-1.4.1 funannotate
RUN wget https://github.com/nextgenusfs/funannotate/archive/1.4.2.tar.gz && \
tar -zxvf 1.4.2.tar.gz && rm 1.4.2.tar.gz && mv funannotate-1.4.2 funannotate

0 comments on commit 4952466

Please sign in to comment.