RepeatMasker: createLib() Error
0
0
Entering edit mode
7.4 years ago
linda • 0

Hey,

I tried to install RepeatMasker in my VM Virtual Box, because I had problems with perl using windows, but still I'm struggling.

The error seems to be similar to others I have already seen, but I tried the mentioned hints.

linda@linda-VirtualBox:~/Schreibtisch/RM/RepeatMasker$ ./RepeatMasker -a HS_chr1.fasta RepeatMasker version open-4.0.6 Search Engine: NCBI/RMBLAST [ 2: /home/linda/Schreibtisch/RM/ncbi-rmblast-2.2.28/bin/rmblastn: Syntax error: word unexpected (expecting ")") ] Master RepeatMasker Database: /home/linda/Schreibtisch/RM/RepeatMasker/Libraries/RepeatMaskerLib.embl ( Complete Database: 20160829 )
Building general libraries in: /home/linda/Schreibtisch/RM/RepeatMasker/Libraries/20160829/general RepeatMasker::createLib(): Error invoking /home/linda/Schreibtisch/RM/ncbi-rmblast-2.2.28/bin/makeblastdb on file /home/linda/Schreibtisch/RM/RepeatMasker/Libraries/20160829/general/at.lib.

when I type: locate libpcre.so.

it says:

/lib/i386-linux-gnu/libpcre.so.3 
/lib/i386-linux-gnu/libpcre.so.3.13.2

I already typed: sudo ln -s /lib/i386-linux-gnu/libpcre.so.3 /lib/i386-linux-gnu/libpcre.so.0

Maybe the problem is that I don't have the /lib/x86_64-linux-gnu/...?

Does someone know what to do?

Thanks a lot!

Greetings from Germany

RepeatMasker • 3.4k views
ADD COMMENT
0
Entering edit mode

As an aside, you will never (well, almost never) need to create a link using sudo.

ADD REPLY
0
Entering edit mode

well, the link is being created in the /lib directory, so I think you need root privilege for that!

ADD REPLY
0
Entering edit mode

No, the link is being created to a file in /lib/. I am pretty sure you don't need root privileges for that. AFAIK you can link to anything no matter the privilege you have on it, you just can't do stuff with the link, like read the actual file without appropriate permissions.

ADD REPLY
2
Entering edit mode

Actually, ln -s <source> <target>. So the user is writing a shortcut to a directory under lib. You can't do that without sudo!

ADD REPLY
0
Entering edit mode

Ah I see that now. Thank you!

ADD REPLY
0
Entering edit mode

@linda: Are you running 32-bit or 64-bit OS? What does uname -a report?

ADD REPLY
0
Entering edit mode

I'm running 64 bit OS. The '-a' is the 'alignment' option, its the type of output RepeatMasker creates.

Thanks for your comments!

ADD REPLY
0
Entering edit mode

uname is a command that reports certain information about the OS and -a is an option for that command. This has nothing to do with RepeatMasker.

ADD REPLY
0
Entering edit mode

Not related to solving the error you are receiving..

It seemed from the input file specified in your cmd, that its a genomic fasta file. In that case, for many model organisms the location of repeats is available from RepM site as well as UCSC Table Browser.

ADD REPLY
0
Entering edit mode

Masked (hard and soft) chromosome files are also available from UCSC's FTP site.

ADD REPLY

Login before adding your answer.

Traffic: 2567 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