hts-nim icon indicating copy to clipboard operation
hts-nim copied to clipboard

nim wrapper for htslib for parsing genomics data files

Results 6 hts-nim issues
Sort by recently updated
recently updated
newest added

Hi, I'm having trouble initiating new records based on an old Bam file. My goal is to make modifications to certain fields (i.e mapping quality) based on criteria within a...

Hi Brent, Is there a way to get the list of keys for INFO and FORMAT definitions from the header of a VCF using hts-nim? The idea I'm working on...

Hello. When I ran `mosdepth` on our bam file I've got error which origin is from `hts-nim` - that's why I've created issue here. Here is my error: ``` root@b79bb970b062:/outputs#...

Hello Brent! I tried compiling a static binary with your docker solution, and it doesn't work from the AMD nodes in the cluster I use. (i.e. the help screen is...

Using Nim 2.0.2, hts-nim 0.3.25. (Also, depending of the source, the error is `SIGSEGV: Illegal storage access. (Attempt to read from nil?)`). The minimal example I can do to make...

Hi Brent, I'm wondering if there is a way to manipulate the header while/before opening an uncompressed VCF file to prevent errors and process the file. The use case here...