Entering edit mode
8.6 years ago
Dave Carlson
★
2.1k
Hi All,
I am running RepeatModeler on a ~300 mb plant genome assembly to annotate transposable elements. The program successfully runs without error but it doesn't produce the "consensi.fa.classified" output file, and the "consensi.fa" file is empty. I find it highly unlikely that my genome assembly does not actually contain any repeats, so I'm confused about why this would happen. Anybody encountered this before or have any suggestions? Thanks! Dave
Have you tried running a test/small dataset to see if the program is correctly installed and performs as expected?
Good idea. I just ran RepeatModeler on a small subset of my data, and it worked properly, producing all the appropriate output files.
That is a good sign that the software is correctly installed.
Now you need to figure out why the larger set fails. Make sure you are capturing stdout/stderr to files (or look at job scheduler logs if you are using one) since they may contain some clues.
Thanks. I'm running it again, specifically writing stdout/stderr to file this time. Hopefully if things still don't work properly, I'll have more info this time. Appreciate the suggestions!
Hello Dave !
I'm currently facing the exact same issue you had... Do you solved your issue ? I would like to know !
Cheers,
Roxane
Hallo Roxane,
I am running into the same problem as well; I'll let you know if I find a way to fix it.
Cheers, Fabian
In case somebody is looking through this: it was a bug and it was fixed. The current version works OK.