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

IntelDeflaterFactory should try to load the GKL at instance creation or class loading time #8

Closed
akiezun opened this issue Jul 1, 2016 · 1 comment

Comments

@akiezun
Copy link

akiezun commented Jul 1, 2016

IntelDeflaterFactory does not load the GKL until makeDeflater is called. This is too late because I want to know what deflater will be used before any deflater is actually created. See https://github.com/broadinstitute/gatk/tree/ak_use_intelDeflaterFactory and the workaround i put in CommandLineProgram for this issue.

@gspowley
Copy link
Contributor

gspowley commented Jul 1, 2016

Fixed in release 0.1.1

@gspowley gspowley closed this as completed Jul 1, 2016
Kmannth pushed a commit that referenced this issue Sep 29, 2020
* ReadME update (#8)

* readme and build script clean up

* resolve conflict
Kmannth pushed a commit that referenced this issue Oct 21, 2020
* readme and build script clean up
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

2 participants