indelope
indelope copied to clipboard
compile error on importing hts
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?