snps icon indicating copy to clipboard operation
snps copied to clipboard

Example datasets offline

Open GhostDog98 opened this issue 7 months ago • 0 comments

Running:

>>> from snps.resources import Resources
>>> r = Resources()
>>> r.download_example_datasets()

Returns:

<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)>
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)>
['', '']

As opensnp is now offline. From what i can tell this may also be the cause behind s.to_vcf("out.vcf") not working? Unsure...

GhostDog98 avatar Jun 01 '25 23:06 GhostDog98