You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 --compressedOutputOct 24, 2022
I've test both with
--compressedOutput
and without, and surprised how much sloweralign
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.The text was updated successfully, but these errors were encountered: