Skip to content
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

splitNCigar needs Xmx argument #6

Open
tgenahmet opened this issue Feb 20, 2017 · 10 comments
Open

splitNCigar needs Xmx argument #6

tgenahmet opened this issue Feb 20, 2017 · 10 comments

Comments

@tgenahmet
Copy link
Contributor

This pbs script needs to define the Xmx argument. Maybe then it wouldn't need to be on an highmem node....?

" An error occurred because you did not provide enough memory to run this program. You can use the -Xmx argument (before the -jar argument) to adjust the maximum heap size provided to Java. Note that this is a JVM argument, not a GATK argument."

@tgenahmet
Copy link
Contributor Author

@denriquez what do you think? Do you know how much RAM is available on regular nodes?

@PedalheadPHX
Copy link
Member

The standard nodes have 48Gb per 16 core node. @tgenahmet Which script is this exactly

@tgenahmet
Copy link
Contributor Author

pegasus_splitNCigarReads.pbs would need the Xmx parameter.

@tgenahmet
Copy link
Contributor Author

tgenahmet commented Feb 22, 2017

Note to self: Testing on old project TGRB_0009_ps201612251310 with job id 3497089. Trying standard node with -Xmx40G. Forgot bai file. Job ID now: 3498973

@tgenahmet
Copy link
Contributor Author

Unfortunately I have to re-open this issue. Regardless of Xmx parameter some splitNCigar jobs are failing because of not enough memory. I have even tried -maxInMemory 10000. (default is 150K) Still the same outcome.

We can go back to using hmem nodes but this whole thread started because jobs were failing on hmem nodes as well.

@PedalheadPHX @denriquez

@tgenahmet tgenahmet reopened this Mar 29, 2017
@tgenahmet
Copy link
Contributor Author

@tgenahmet
Copy link
Contributor Author

The funny thing is all of our samples also fail at chr12:66million position just like the example above.

@tgenahmet
Copy link
Contributor Author

I tried excluding this region using the -XL option in GATK. It worked on one of the samples. I'm going to try it on about 8 other samples failing at the exact same spot. I don't know what's the deal with chr12 position 66million...

This is the option I'm using: -XL 12:65000000-67000000

@PedalheadPHX
Copy link
Member

PedalheadPHX commented Mar 30, 2017 via email

@tgenahmet
Copy link
Contributor Author

Only some samples fail but always at that spot. Skipping that section of chr12 seems to work so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants