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
htsjdk allows for specifying custom deflaters for writing bam files. We (GATK) would like to use the IntelDeflater from the Intel GKL https://github.com/Intel-HLS/GKL
This can be done by setting BlockCompressedOutputStream.setDefaultDeflaterFactory(new IntelDeflaterFactory()); or by setting the right deflater on the writers
The text was updated successfully, but these errors were encountered:
htsjdk allows for specifying custom deflaters for writing bam files. We (GATK) would like to use the
IntelDeflater
from the Intel GKL https://github.com/Intel-HLS/GKLThis can be done by setting
BlockCompressedOutputStream.setDefaultDeflaterFactory(new IntelDeflaterFactory());
or by setting the right deflater on the writersThe text was updated successfully, but these errors were encountered: