Entering edit mode
5.5 years ago
SeaStar
▴
50
I was using the software repeatmasker setting a -species
for my analysis. when I run the command line: $ /home/pc/RepeatMasker -species danio -gff -s genome.fa
it reports me this message:
RepeatMasker version development-$Id: RepeatMasker,v 1.332 2017/04/17 19:01:11 rhubley Exp $
Search Engine: NCBI/RMBLAST [ 2.6.0+ ]
Master RepeatMasker Database: /home/pc/RepeatMasker/Libraries/RepeatMaskerLib.embl ( Complete Database: dc20181026-rb20181026 )
Building species libraries in: /home/pc/RepeatMasker/Libraries/dc20181026-rb20181026/danio
- 260 ancestral and ubiquitous sequence(s) for danio
- 2325 lineage specific sequence(s) for danio
,
RepeatMasker::createLib(): Error invoking /home/pc/anaconda/pkgs/rmblast-2.6.0-h4422958_0//bin/makeblastdb on file /home/pc/RepeatMasker/Libraries/dc20181026-rb20181026/danio/specieslib.
anyone does know what's the problem?
do you have the rmblast installed , and accessible? aka, can you do
ls /home/pc/anaconda/pkgs/rmblast-2.6.0-h4422958_0//bin/makeblastdb
I suppose yes, the output of the command is:
I don't know what mean these kind of errors
OK, yes don't mind the error for now , it looks like blast is installed.
can you access (or does it exist) this file
/home/pc/RepeatMasker/Libraries/dc20181026-rb20181026/danio/specieslib
?Yes I can access to it
is it a file or a directory? in case of the latter: does it contain any files? in case of the former: does the file contain data?
It is a file, and it contains sequences (of transposable elements found in danio, I suppose)
Have you tried the solution for the
libpcre.so.0
issue at Error Invoking Makeblastdb?Yes I solved this problem in the past. It works fine with human database ( without -species option)