-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LTR_retriever failed to generate a file #230
Comments
Thanks for this wonderfully detailed bug report. You identified the cause of the error: Invalid value for shared scalar at /data/miniconda3/envs/repeat/share/LTR_retriever/bin/LTR.identifier.pl line 114, line 10083. Which is a problem with the LTR_retriever program -- related to data passing in a multithreaded run. Please additionally report it here: https://github.com/oushujun/LTR_retriever so the authors can be aware of the issue. I would highly recommend avoiding conda when using RepeatModeler/RepeatMasker (and the dependencies) as we have had nothing but problems with bad recipes, and mismatched dependencies. It is a bit strange that in your RepeatModeler log output (*.out.txt), LTR_retriever is the only dependency for which RepeatModeler couldn't ascertain it's version.
Love the 128 threads by the way.....heavy metal! Another thing you can try is to run LTR_retriever on its own to see if you can reproduce this without having to go through the trouble of running inside of RepeatModeler. Simply run:
This is what you would need to do to report this to the LTR_retriever group, and maybe even provide them with that raw-struct-results.txt file. For this RepeatModeler run, you should know that the bulk of the results are still intact even if this step fails. It looks like
|
Dear Robert, Thank you for your detailed and quick reply! I found that this issue may have come with the error in the conda distribution of LTR_retriever, as others have also encountered a similar issue before (oushujun/LTR_retriever#159). I have reinstalled it manually, and this time RepeatMasker seems to find LTR_retriever's version correctly.
I am also updating this issue on LTR_retriever (oushujun/LTR_retriever#160), and I am working on reproducing this as you mentioned above. Once there is something new, I will update you. What's more, for HPC users like me, we do not have root access for installing software/packages, so using conda to build dependencies might be a good choice. By the way, I also think 128 threads is heavy metal, but I love Britpop like Coldplay, lol |
Oops! Somthing new happened, and the slurm work terminated in round5.
I am thinking about it may be memory issue. Would you mind give me a email adress so that I can share you the original round5 folder? |
I'm having an issue with the clustering step of the LTRPipeline, but I re-ran an older version not in TE Tools container but in a RepeatModeler Singularity container and it worked. How can I merge the RepeatModeler and LTRPipeline results before running RepeatMasker? |
Dear Robert, Jeb and Francisco,
Describe the issue
I am working on a plant genome (~500Mb, het=1.29%). As the title mentioned, when I run RepeatModeler, LTR_retriever failed to generate a file. I am not sure if it is the same issue as you pinned #202.
Reproduction steps
Please kindly find the files as below, and I have to convert them into txt files to meet the attachment rule of github. Let me clarify them:
01.repeatmodeler.sh.txt
: the slurm script I submitted.01.repeatmodeler1.out.txt
&01.repeatmodeler1.err.txt
: std and err output of slurm.LTR_retriever.log
: LTR_retriever log mentioned in01.repeatmodeler1.err.txt
LTR.identifier.pl.txt
: the error script mentioned inLTR_retriever.log
Log output
01.repeatmodeler.sh.txt
01.repeatmodeler1.out.txt
01.repeatmodeler1.err.txt
LTR_retriever.log
LTR.identifier.pl.txt
Environment (please include as much of the following information as you can find out):
manual installation from repeatmasker.org
RepeatModeler
without any options will be a help page with the version of the program displayed at the top.RepeatModeler-2.0.5
RepeatMasker-4.1.6, dfam38_full.0.h5+dfam38_full.5.h5.gz+RepBaseRepeatMaskerEdition-20181026.tar.gz. You could find detail information on Dfam-consortium/RepeatMasker#238
uname -a
andlsb_release -a
can be used to find this.Linux cln01 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: