Open monkollek opened 7 years ago
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.
Hi Brent,
I have same issue as https://github.com/brentp/indelope/issues/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!