-
Notifications
You must be signed in to change notification settings - Fork 30
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
java.lang.OutOfMemoryError error prompted by running te-locate #93
Comments
Hi @andreabours Thanks for your feedback. Could you send some more information to help us figure out what is going on?
Thanks, |
Hi Casey, Thanks for helping (apologies for the delay).
Thanks, |
Hi @andreabours This looks like an interaction between one or more of the following: your system wide java, how the McClintock system was installed, your data and possibly how TE-locate is called by McClintock. From what you say, it does not appear to be a problem with McClintock or TE-locate per se, since other components run clean on your data and TE-locate runs clean on the test data. Your statement about "the pipeline wanting to install TE library, while I don't have the rights to do that in the folder it's placed" is curious since the McClintock install process does not install a TE library. This says to me that the install process done by your sysadmins may have been done or communicated incorrectly. One possible thing for you to try next is to install McClintock using bioconda in your home directory so we know exactly how it was installed. Alternatively I can try to troubleshoot this offline if you are willing to share a copy of this data? Please contact me at cbergman [ at ] uga [ dot ] edu. In the mean time, I would suggest moving forward using results from the other components while we sort out the TE-locate issue. Thanks, |
Hi Casey, To clarify the installation problem was the following:
And this error occured on the first time running RelocaTE2 after setting up the pipeline. As a side note I actually tried to install the pipeline myself, it was a bit of a pain, I didn't finish the installation as too many things were interfering with each other (from my own home to the set-up of the computer cluster in general). Let me see if I have some sample data. Cheers, |
Hello,
I'm trying to run your pipeline, however, I'm struggling to run te-locate. I receive the following exception:
In the log I can see that the te-locate tool is invoked with a java -Xmx4g -jar command, so I tried to run the tool with just a maximum of 4g, but this doesn't resolve the problem. At the moment I am not even sure anymore whether the max memory invoked is the problem.
I hope you can help me get this problem solved.
Best,
Andrea
The text was updated successfully, but these errors were encountered: