genome / pindel

Pindel can detect breakpoints of large deletions, medium sized insertions, inversions, tandem duplications and other structural variants at single-based resolution from next-gen sequence data. It uses a pattern growth approach to identify the breakpoints of these variants from paired-end short reads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTALL - option to statically link htslib

keiranmraine opened this issue · comments

Useful to be able to build the binary and then remove htslib. Normally possible to do this by just removing htslib/libhts.so* before compiling dependent tools but doesn't seem to work for pindel.

Hmm, master builds but tagged releases don't, highly recommend a new release is made so that it can be used in production environments.

Hi Keiran,

to check whether I understand things correctly: the current master functions well in this respect, but the latest release (Dec 10, 2015) does not work. So you propose that we create a new release using the current master?

Eric-Wubbo