-
Notifications
You must be signed in to change notification settings - Fork 18
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
RNAseq pipeline errors out with Java runtime environment error #72
Comments
looks like a segmentation fault to me: http://en.wikipedia.org/wiki/Segmentation_fault I haven't seen this before but I'm not taht surprised because there's SOOO many samples. You'll need to kill your current interactive job and ask for a new one with more processors (more processors --> more RAM/memory). Let's do 4 just to be safe:
BTW edited your comment to make fenced code blocks around the error |
Thanks! I tried but the back tics didn't work... |
Are you running on a processing node and not the head node? I've submitted
|
I am not running it on a head node. I am submitting an interactive job and then processing the data. |
re code formatting: Try to edit your original post to look at the new On Fri, May 8, 2015 at 11:41 AM hjeanc notifications@github.com wrote:
|
think this works now |
RNAseq pipeline errors out with the following error
The text was updated successfully, but these errors were encountered: