-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add example doc with CPU/Mem resources for very large samples #288
Comments
@Faizal-Eeman, congrats on getting 2.5/1.1 TB samples through the pipeline! To help future users with large input files, I summarized the maximum resources actually used for each process: Maximum values:
*don't trust the %cpu numbers |
Maximum values for
*don't trust the %cpu numbers |
Here are the failed logs for the 2TB sample that lead me to the CPU/memory update in the description. The memory allocation was
|
@sorelfitzgibbon @Faizal-Eeman do you guys think it's worth updating the M64 config based on these results? https://github.com/uclahs-cds/pipeline-call-sSNV/blob/main/config/M64.config |
Yes, it looks like several values can be substantially lowered. I'll work on this. |
@Faizal-Eeman it looks like these files have moved, are they still easily accessible? I'd like to check a couple little things, but not urgent. |
Yes. I've updated the file paths here now. |
It looks like our configs miss a few processes in SomaticSniper (e.g. |
When running very large sample BAMs through call-sSNV, it likely that the pipeline would fail because of default resource configurations.
Although the
base_resouce_update
function intemplate.config
is a great utility to update resources on a case-by-case basis, it is often unclear on how much of the resource is to be updated for a successful run. It would be nice provide examples of resource configurations that worked for large BAMs, perhaps in adoc/
dir of the repo.Here are the resources I set in my pipeline run's config,
Nextflow trace files
Case 1:
Normal - 2.5TB
Tumor - 1.1TB - /hot/data/unregistered/Zook-Mootor-BNCH-GIAB/analysis/GIAB/AshkenazimParents/somatic-variants/call-sSNV-7.0.0/HG002-T/log-call-sSNV-7.0.0-20231201T000959Z/nextflow-log/trace.txt
Case 2:
Normal - 369GB
The text was updated successfully, but these errors were encountered: