Jeremiah Wala
Jeremiah Wala
Hi Heng, In trying to link bwa and fml in the same executable, I ran into an issue where ``bseq1_t`` was defined differently in each library. I ended up making...
Simple fix to pass `nbh` vector across `neighborhood_` calls rather than build new and transfer within each function. Saves a lot of unnecessary vector creation/destruction. Identical output, ~4x speed improvement...
I am getting unexpected behavior in `faidx_fetch_seq` when I run with multiple threads, using the pthread library for multithreading. I am linking libhts.a along with C++ code, using the -pthread...