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

PuffAligner significantly slower at mapping and thread usage is much less than specified when running with --compressedOutput #42

Open
hermidalc opened this issue Oct 24, 2022 · 1 comment

Comments

@hermidalc
Copy link

I've test both with --compressedOutput and without, and surprised how much slower align is when it is activated, writing of the compressed SAM file becomes a bottleneck to the entire command, and thread usage is much lower than what is specified. This is surprising as I haven't see writing to a compressed stream to cause such a bottleneck and change in performance with other tools.

@hermidalc
Copy link
Author

It's much faster to not use --compressedOutput and pigz the SAM file afterwards. Then align uses all the threads that are specified and maps at a much faster speed

@hermidalc hermidalc changed the title Align significantly slower at mapping and thread usage much less than specified when running with --compressedOutput PuffAligner significantly slower at mapping and thread usage is much less than specified when running with --compressedOutput Oct 24, 2022
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

1 participant