We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6f11b commit dda1b3fCopy full SHA for dda1b3f
dockerbuild/Dockerfile-base
@@ -98,7 +98,5 @@ RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86
98
99
COPY pasa_conf.txt /home/linuxbrew/PASApipeline/pasa_conf/conf.txt
100
101
-RUN git clone https://github.com/nextgenusfs/funannotate.git
102
-
103
-#RUN wget https://github.com/nextgenusfs/funannotate/archive/1.1.1.tar.gz && \
104
-# tar -zxvf 1.1.1.tar.gz && rm 1.1.1.tar.gz && mv funannotate-1.1.1 funannotate
+RUN wget https://github.com/nextgenusfs/funannotate/archive/1.2.0.tar.gz && \
+ tar -zxvf 1.2.0.tar.gz && rm 1.2.0.tar.gz && mv funannotate-1.2.0 funannotate
0 commit comments