We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378966f commit e85db04Copy full SHA for e85db04
dockerbuild/Dockerfile-base
@@ -102,4 +102,4 @@ RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86
102
COPY pasa_conf.txt /home/linuxbrew/PASApipeline/pasa_conf/conf.txt
103
104
RUN wget https://github.com/nextgenusfs/funannotate/archive/1.1.0.tar.gz && \
105
- tar -zxvf 1.1.0.tar.gz && rm 1.0.2.tar.gz && mv funannotate-1.1.0 funannotate
+ tar -zxvf 1.1.0.tar.gz && rm 1.1.0.tar.gz && mv funannotate-1.1.0 funannotate
0 commit comments