indelope icon indicating copy to clipboard operation
indelope copied to clipboard

compile error on importing hts

Open monkollek opened this issue 8 years ago • 2 comments

Running the compile command: nim c -d:release src/indelope

I'm getting the error indelope.nim(13, 8) Error: cannot open 'hts'

due to the import hts command on https://github.com/brentp/indelope/blob/master/src/indelope.nim#L13

Looking at mosdepth as an example of an import of hts https://github.com/brentp/mosdepth/blob/master/mosdepth.nim#L1-3

Should this be edited to e.g. import hts/bam or some name in the hts directory with a .nim file?

monkollek avatar Dec 03 '17 05:12 monkollek

hi, I had recently restructured hts to be more modular. I have just updated indelope master to reflect that change. thanks for reporting.

brentp avatar Dec 03 '17 14:12 brentp

All good, compiler error regarding hts gone. thanks for the fast response!

monkollek avatar Dec 04 '17 02:12 monkollek