Brent Pedersen
Brent Pedersen
I agree this would be useful. I'd rather if the symbol was an enum since `300` has no apparent meaning, but looks like there are a lot of possible values:...
Hah. yes, except make it `pure` then add a MarkerSymbolStyle enum like: ```Nim MarkerSymbolStyle* {.pure.} = enum open = 100 dot = 200 ``` then override `+` like: ```Nim proc...
you might need to build your own htslib, instead of using the one that cyvcf2 builds for you. I'm not sure it has everything to support S3 access (curl +...
@ccwang002 , do you know the best way to do this? (assuming it's related to the compilation of htslib included with cyvcf2)
thank you @ccwang002 !
I followed the instructions of @ccwang002 above and was able to run cyvcf2 on your final example and see the variants printed. There's probably some what to incorporate this into...
did you try: `./configure --enable-libcurl --without-libdeflate`? libdeflate is optoinal and that's what was giving the first error
oh excellent!
I don't use windows so I'm not able to help debug this issue. Maybe there is something in this thread: https://github.com/numpy/numpy/issues/11483 that can help you?
did you add that filter to the header? (it still shouldn't segfault, but that might be a problem)