-
Notifications
You must be signed in to change notification settings - Fork 594
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
CNV OncotateSegments does not expose bootDiskInGb runtime parameter #3566
Comments
@LeeTL1220 We'll need to add Oncotator back to the ModelSegments at some point, correct? |
@samuelklee Yes, ASAP, we cannot support our internal TAG use cases without it. |
OK. The only issue I see is converting from ModelSegments output back to the old column headers. I'd rather not have Java code for this if we can take care of it on the Oncotator side. Or perhaps even just a bash one-liner in the WDL. |
@samuelklee Fine by me |
* Cleaned up intermediate files in gCNV WDL and fixed miscellaneous typos. (#5382) * Added output of MAD values as floats in somatic CNV WDL. (#5591) * Exposed boot disk space for Oncotator in somatic CNV WDL. (#3566) * Added check to skip outlier truncation if number of matrix elements exceeds Integer.MAX_VALUE in CreateReadCountPanelOfNormals. (#4734) * Miscellaneous boy scout activities. * Fixed some issues concerning intervals in DetermineGermlineContigPloidy documentation. * Fixed non-kebab-case argument in CollectAllelicCountsSpark and other minor issues. * Improved consistency of style and input/output validation across CNV tools. (#4825)
This is often needed since the docker image is big.
Expose this parameter with a 20GB value
The text was updated successfully, but these errors were encountered: