File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ ENV PATH=/home/linuxbrew:/home/linuxbrew/funannotate:/home/linuxbrew/conda/bin:/
21
21
COPY repeatmodeler.txt \
22
22
repeatmasker.txt \
23
23
phobius.tar.gz \
24
- funannotate-braker.tar.gz \
25
24
funannotate-genemark.tar.gz \
26
25
/home/linuxbrew/
27
26
@@ -70,8 +69,6 @@ RUN wget --quiet https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86
70
69
wget http://bioinf.uni-greifswald.de/augustus/binaries/old/augustus-3.2.3.tar.gz && \
71
70
tar -zxvf augustus-3.2.3.tar.gz && rm augustus-3.2.3.tar.gz && mv augustus-3.2.3 augustus && \
72
71
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/ && \
75
72
wget https://github.com/trinityrnaseq/trinityrnaseq/archive/Trinity-v2.5.1.tar.gz && \
76
73
tar -zxvf Trinity-v2.5.1.tar.gz && rm Trinity-v2.5.1.tar.gz && \
77
74
mv trinityrnaseq-Trinity-v2.5.1 Trinity && cd Trinity && make && make plugins && cd /home/linuxbrew/ && \
You can’t perform that action at this time.
0 commit comments