cyvcf2 icon indicating copy to clipboard operation
cyvcf2 copied to clipboard

cython + htslib == fast VCF and BCF processing

Results 49 cyvcf2 issues
Sort by recently updated
recently updated
newest added

It's not clear what version of NumPy each cyvcf2 release was built against, which can cause issues with binary compatibility. For example, when running cyvcf2 0.30.16 with NumPy 1.22.4 I...

Perhaps on a weekly schedule (to check it hasn't broken)?

I've been trying to install cyvcf2 from the source. But i end up with the following error. I'm on MacOS Monterey v12.1 and i have a M1 chip (dunno if...

I cannot install somehow cyvcf2. I upgraded to python 3.9.x and also updated visual studio. ``` Running setup.py install for cyvcf2 ... error error: subprocess-exited-with-error × Running setup.py install for...

Hi, @brentp , @tomwhite , I'd like to report a vulnerability issue in **cyvcf2_0.30.15**. ### Dependency Graph between Python and Shared Libraries ![image](https://user-images.githubusercontent.com/101270230/160645133-68362d35-cbf3-4ece-8efd-1a3a333849a1.png) ### Issue Description As shown in the...

Hi @brentp, I've come across a weird issue. I've updated one of our bcbio installations, resulting in an environment with the latest vcf2db + cyvcf2=0.30.14. When I try to query...

Hello, I would like to know if it is possible to modify the header of a vcf. Functions "add_info_to_header" and "update" allow to add a new INFO line to the...

My use case is that I'm writing a VCF merge tool. For that reason, I want the output VCF to have the union of all input VCF headers (INFO and...

Hi. I'm having this error on python 3.7 in osx el capitan `Traceback (most recent call last): File "/Volumes/Data1/pycli/pycli/vcf/test_cyvcf.py", line 1, in from cyvcf2 import VCF File "/Users/proton/anaconda3/envs/pgx/lib/python3.7/site-packages/cyvcf2/__init__.py", line 1,...

Hi, The installation of cyvcf2 is successful. I followed the steps below for installation and everything was success. When I did a test of install I get the undefined symbol:...