Skip to content

Commit

Permalink
Merge branch 'master' of github.com:robsyme/nf-repeatmasking
Browse files Browse the repository at this point in the history
  • Loading branch information
robsyme committed Nov 14, 2017
2 parents 51413d3 + 2d543d8 commit 7df95ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ cd `mktemp -d`
wget --user $RB_USERNAME \
--password $RB_PASSWORD \
-O repeatmaskerlibraries.tar.gz \
http://www.girinst.org/server/RepBase/protected/repeatmaskerlibraries/repeatmaskerlibraries-20140131.tar.gz

# Rename the tar.gz archive to 'repeatmaskerlibraries.tar.gz'
mv repeatmaskerlibraries-20140131.tar.gz repeatmaskerlibraries.tar.gz
http://www.girinst.org/server/RepBase/protected/repeatmaskerlibraries/RepBaseRepeatMaskerEdition-20170127.tar.gz

# Make an (almost) empty Dockerfile.
# All of the important instructions are in the repeatmasker-onbuild image
Expand Down
4 changes: 2 additions & 2 deletions dockerfiles/nf-repeatmasking/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,11 @@ RUN apt-get install -qqy aragorn

# I can't bundle the girinst RepBase libraries with the docker image,
# so you'll need to get them yourself. Download them from
# http://www.girinst.org/server/RepBase/protected/repeatmaskerlibraries/repeatmaskerlibraries-20140131.tar.gz
# http://www.girinst.org/server/RepBase/protected/repeatmaskerlibraries/RepBaseRepeatMaskerEdition-20170127.tar.gz

ONBUILD WORKDIR /usr/local/RepeatMasker
ONBUILD ADD repeatmaskerlibraries.tar.gz /usr/local/RepeatMasker
ONBUILD RUN cd /usr/local/RepeatMasker && util/buildRMLibFromEMBL.pl Libraries/RepeatMaskerLib.embl > Libraries/RepeatMasker.lib \
ONBUILD RUN cd /usr/local/RepeatMasker && util/buildRMLibFromEMBL.pl Libraries/RMRBSeqs.embl > Libraries/RepeatMasker.lib \
&& makeblastdb -dbtype nucl -in Libraries/RepeatMasker.lib > /dev/null 2>&1 \
&& makeblastdb -dbtype prot -in Libraries/RepeatPeps.lib > /dev/null 2>&1

Expand Down

0 comments on commit 7df95ce

Please sign in to comment.