Skip to content

Commit

Permalink
#535 added makeblastdb to image (thanks @scwatts)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Cameron committed Dec 23, 2021
1 parent a186e30 commit 0551d98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ RUN mkdir /opt/trf && \
wget http://tandem.bu.edu/trf/downloads/trf407b.linux64 && \
chmod +x trf*.linux64 && \
ln -s trf*.linux64 trf
# Turns out we need makeblastdb as well as rmblastn (https://github.com/PapenfussLab/gridss/issues/535)
RUN mkdir /opt/rmblast && \
cd /opt/rmblast && \
wget ftp://ftp.ncbi.nlm.nih.gov/blast/executables/rmblast/2.2.28/ncbi-rmblastn-2.2.28-x64-linux.tar.gz && \
tar zxf ncbi-rmblastn-*.tar.gz && \
mv ncbi-rmblastn-*/bin/* . && \
rm -r ncbi-rmblastn-*
wget http://www.repeatmasker.org/rmblast-2.11.0+-x64-linux.tar.gz && \
tar --no-anchored --strip-components 2 -xvzf rmblast-2.11.0+-x64-linux.tar.gz rmblastn makeblastdb && \
rm rmblast-2.11.0+-x64-linux.tar.gz
RUN cd /opt/ && \
wget http://www.repeatmasker.org/RepeatMasker/RepeatMasker-4.1.2-p1.tar.gz && \
tar zxf RepeatMasker-*.tar.gz && \
Expand Down

0 comments on commit 0551d98

Please sign in to comment.