Dfam-consortium / RepeatModeler

De-Novo Repeat Discovery Tool
Other
182 stars 23 forks source link

Died at LTRPipeline line 693. #166

Open minglibio opened 2 years ago

minglibio commented 2 years ago

Describe the issue

I am running the RepeatModeler on a ~900 Mb fish genome. The job was completed successfully and I got the families.fa and families.stk files. But at the same time I also got the following in the error output file:

Died at /path/to/RepeatModeler/LTRPipeline line 693.

Should I worry about this message?

Reproduction steps

  1. Steps to reproduce the behavior, including the command lines given to the program
BuildDatabase -engine rmblast -name asm /path/to/asm/asm.fasta
RepeatModeler -database asm -LTRStruct -pa 4 

Log output

Attached please find the log output. run.log

Environment (please include as much of the following information as you can find out):

Additional context

minglibio commented 2 years ago

I found it might be caused by the LTRPipeline can't find the RMblast engine:

Dependency checking: Error: The RMblast engine is not installed in RepeatMasker!

Strangely, when I run it locally, everything is fine. But when I use the task queue system (qsub) I get this error every time.

SAMtoBAM commented 2 years ago

I have the same issue. Did you figure out how to solve this issue?

minglibio commented 2 years ago

Hi @SAMtoBAM You can try to downgrade your RMblast. Version 2.10 works for me

TymekPieszko commented 2 years ago

Is there another explanation for this issue? I'm currently running RepeatModeler on two datasets, and get the message for one but not the other...

ShirelyI commented 1 year ago

Hi, I met the same issue , I tried to downgrade the version of rmblast but not works for repeatmodeler require rmblast2.13 or higher.Did you guys solve it ?