Skip to content

Commit 92f3f90

Browse files
author
Jon Palmer
committed
drop braker in docker build
1 parent e85db04 commit 92f3f90

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dockerbuild/Dockerfile-base

-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ ENV PATH=/home/linuxbrew:/home/linuxbrew/funannotate:/home/linuxbrew/conda/bin:/
2121
COPY repeatmodeler.txt \
2222
repeatmasker.txt \
2323
phobius.tar.gz \
24-
funannotate-braker.tar.gz \
2524
funannotate-genemark.tar.gz \
2625
/home/linuxbrew/
2726

@@ -70,8 +69,6 @@ RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86
7069
wget http://bioinf.uni-greifswald.de/augustus/binaries/old/augustus-3.2.3.tar.gz && \
7170
tar -zxvf augustus-3.2.3.tar.gz && rm augustus-3.2.3.tar.gz && mv augustus-3.2.3 augustus && \
7271
cd augustus && make clean && make && cd /home/linuxbrew/ && \
73-
tar -zxvf funannotate-braker.tar.gz && mv BRAKER_v2.0 braker && \
74-
ln -s /home/linuxbrew/braker/filterGenemark.pl /home/linuxbrew/augustus/scripts/ && \
7572
wget https://github.com/trinityrnaseq/trinityrnaseq/archive/Trinity-v2.5.1.tar.gz && \
7673
tar -zxvf Trinity-v2.5.1.tar.gz && rm Trinity-v2.5.1.tar.gz && \
7774
mv trinityrnaseq-Trinity-v2.5.1 Trinity && cd Trinity && make && make plugins && cd /home/linuxbrew/ && \

0 commit comments

Comments
 (0)