brentp/indelope

Binary for libc-2.12.so

Opened this issue · 2 comments

Hi Brent,

I have same issue as #1

This is a bump to release a binary that will work with libc-2.12.so as would like to give it a go over the next few days on exomes at the Broad Institute.

I know you commented that you would like to get get issues relating to using the tool itself BUT you need to a provide binary that actually works first for people 😩

Thanks!

I'm happy to share the binary but the output to stdout besides the header does not appear to be in VCF format and more like debug text output. Did I accidentally compile with the wrong options or is this expected as it's still in development?

you'll have to compile with nim c -d:release src/indelope.nim
without the -d:release it will output debugging info.