Dfam-consortium / RepeatModeler

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

LTRHarvest fails to run #141

Open harish0201 opened 3 years ago

harish0201 commented 3 years ago

Describe the issue

I'm not sure if these are a singular problem or a series of problems. FWIW, I'm doing this on SLURM.

  1. LtrPipeline: GenomeTools failed to run ltrharvest. Error code: 65536
  2. LtrPipeline: Ltrharvest returned an unexpected result line:
  3. cannot flock: No locks available
  4. Results only the creation of genome index.

Reproduction steps

  1. I'm using a large Bovine genome (~2.7Gb). You can check this from NCBI as well.
  2. No other steps.

Log output

LTR Structural Analysis
=======================
Running LtrHarvest...LTRPipeline: No results returned from LTR structural finder ( LtrHarvest ).
LTRPipeline Time: 00:32:02 (hh:mm:ss) Elapsed Time

Results in an empty folder containing the index files from suffixerator

Environment (please include as much of the following information as you can find out): SLURM Workload Manager. RepeatModeler and Masker installed using conda. Ninja (clustering tool, not the compilation one, v0.95) has been installed manually and symlinked into the environments path.

jebrosen commented 3 years ago

The root problem seems to be this:

cannot flock: No locks available

This is more likely to happen on a network filesystem and you did mention using SLURM; a local filesystem should not have such a problem with file locks. Do you have access to a local filesystem you could try, in case that resolves the issue?