We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8001a9a commit 4952466Copy full SHA for 4952466
dockerbuild/Dockerfile-base
@@ -100,5 +100,5 @@ RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86
100
101
COPY pasa_conf.txt /home/linuxbrew/PASApipeline/pasa_conf/conf.txt
102
103
-RUN wget https://github.com/nextgenusfs/funannotate/archive/1.4.1.tar.gz && \
104
- 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 commit comments