Install RepeatMasker "Enter path" problems
1
0
Entering edit mode
5.1 years ago
xhfeng0307 • 0

Hello, When I install RepeatMasker, in the last "Enter path" step, it shows problems as:

Enter path [ /usr/local/RepeatMasker ]: 
RepBase RepeatMasker Edition database changed ( RELEASE = 20181026 ).
Rebuilding RepeatMaskerLib.embl library
  - Read in 312 sequences from /usr/local/RepeatMasker/Libraries/DfamConsensus.embl
  - Read in 49011 sequences from /usr/local/RepeatMasker/Libraries/RMRBSeqs.embl
  - Read in 49011 annotations from /usr/local/RepeatMasker/Libraries/RMRBMeta.embl
  Saving RepeatMaskerLib.embl library...**() Unable to open file /usr/local/RepeatMasker/Libraries/RepeatMaskerLib.embl for writing: Permission denied**

Can anyone can help? Thanks so much.

software error • 2.7k views
ADD COMMENT
3
Entering edit mode
5.1 years ago

run as sudo

https://xkcd.com/149/

ADD COMMENT
0
Entering edit mode

Thanks, it worked! I run "sudo perl ./configure"

ADD REPLY
0
Entering edit mode

Never user sudo to install a program without the package manager of your distribution. Doing this you deploy files across your system that are unknown to the package manager. It is very likely, that you will run into problems sooner or later, if you try to install a package and the package manager detect that there are already files with the same name and location.

The cleaner way is to use conda. Here the first part of the tutorial I wrote some time ago might be useful for you.

ADD REPLY
0
Entering edit mode

Thanks so much for your suggestions. I will check that to see.

ADD REPLY

Login before adding your answer.

Traffic: 2592 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6