-
Notifications
You must be signed in to change notification settings - Fork 24
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
Running nextNEOpi on big WGS data #82
Comments
In case you are running the pipeline on a HPC cluster or a machine with many cores you could try to increase the scatter count which might help in some places. e.g. params.config:
|
Thanks! Unfortunately, the tasks that take a long time (the three I mentioned) are not parallelised at all so setting the scatter_count to sth higher does not help. Also, because of subdivision-mode of BALANCING_WITHOUT_INTERVAL_SUBDIVISION_WITH_OVERFLOW that is set in gatk SplitIntervals, I end up with 25 intervals only either way. |
Hi sorry for the looooong silence, I was very busy last months :-( You might try to change the options in: Lines 741 to 743 in 52d7b92
to:
This would change the size and number (max. scatter_count) of interval lists. However this approach may produce less consistently-sized interval lists so that some scatter jobs will run short and other quite long. But it's worth trying. |
Hi,
I was wondering if you had any recommendations for running nextNEOpi on WGS data where one fq.gz file is over 100GB. nextNEOpi has issues with BWA, MarkDuplicates and ReadBackedPhasing. BWA can take even 18-20h; MarkDuplicates 10-15h and ReadBackedPhasing over 20h. For MarkDuplicates I already modified the code to include sort with sambamba instead of samtools because I read it would be faster. I am attaching my process.config and params.config files.
Best wishes,
Magda
params.config.txt
process.config.txt
The text was updated successfully, but these errors were encountered: