seqan/seqan3

Bug: bgzf_thread_count not available if zlib not installed

SGSSGene opened this issue · 0 comments

Hi

we noticed here that if you don't have zlib installed, the variable bgzf_thread_count isn't declared/defined. This leads to the situation that setting this variable will fail at compilation time if zlib wasn't found.
This is very confusing for the app-developers. We should think of a better alternative.