File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
dockerfiles/nf-repeatmasking Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,7 @@ cd `mktemp -d`
3636wget --user $RB_USERNAME \
3737 --password $RB_PASSWORD \
3838 -O repeatmaskerlibraries.tar.gz \
39- http://www.girinst.org/server/RepBase/protected/repeatmaskerlibraries/repeatmaskerlibraries-20140131.tar.gz
40-
41- # Rename the tar.gz archive to 'repeatmaskerlibraries.tar.gz'
42- mv repeatmaskerlibraries-20140131.tar.gz repeatmaskerlibraries.tar.gz
39+ http://www.girinst.org/server/RepBase/protected/repeatmaskerlibraries/RepBaseRepeatMaskerEdition-20170127.tar.gz
4340
4441# Make an (almost) empty Dockerfile.
4542# All of the important instructions are in the repeatmasker-onbuild image
Original file line number Diff line number Diff line change @@ -127,11 +127,11 @@ RUN apt-get install -qqy aragorn
127127
128128# I can't bundle the girinst RepBase libraries with the docker image,
129129# so you'll need to get them yourself. Download them from
130- # http://www.girinst.org/server/RepBase/protected/repeatmaskerlibraries/repeatmaskerlibraries-20140131 .tar.gz
130+ # http://www.girinst.org/server/RepBase/protected/repeatmaskerlibraries/RepBaseRepeatMaskerEdition-20170127 .tar.gz
131131
132132ONBUILD WORKDIR /usr/local/RepeatMasker
133133ONBUILD ADD repeatmaskerlibraries.tar.gz /usr/local/RepeatMasker
134- ONBUILD RUN cd /usr/local/RepeatMasker && util/buildRMLibFromEMBL.pl Libraries/RepeatMaskerLib .embl > Libraries/RepeatMasker.lib \
134+ ONBUILD RUN cd /usr/local/RepeatMasker && util/buildRMLibFromEMBL.pl Libraries/RMRBSeqs .embl > Libraries/RepeatMasker.lib \
135135 && makeblastdb -dbtype nucl -in Libraries/RepeatMasker.lib > /dev/null 2>&1 \
136136 && makeblastdb -dbtype prot -in Libraries/RepeatPeps.lib > /dev/null 2>&1
137137
You can’t perform that action at this time.
0 commit comments