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

HuGo_removal_pt1 crashes on big datasets #124

Open
DennisSchmitz opened this issue Mar 10, 2020 · 0 comments
Open

HuGo_removal_pt1 crashes on big datasets #124

DennisSchmitz opened this issue Mar 10, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@DennisSchmitz
Copy link
Owner

See RUN25 sample 01 for a test case.

This sample had an unexpectedly large number of reads. This caused samtools sort from the HuGo_removal_pt1 to crash due to lack of resources. As a workaround I've assigned it more threads, but we should increase the default amount of RAM per thread for this process. Currently each samtools sort thread uses a max of 750 MB RAM (default). This can and should be significantly increased via the -m parameters, e.g. by assigning 5G per thread.

Requires a demorun and performance comparison before merging to master.

@DennisSchmitz DennisSchmitz added the bug Something isn't working label Mar 10, 2020
@DennisSchmitz DennisSchmitz added this to the 0.9.8 milestone May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants