pyGeno icon indicating copy to clipboard operation
pyGeno copied to clipboard

Personalized Genomics and Proteomics. Main diet: Ensembl, side dishes: SNPs

Results 14 pyGeno issues
Sort by recently updated
recently updated
newest added

Problems arise when importing pyGeno in main thread, and accessing the DB from spawned processes. Example error: `pygeno: DatabaseError: file is encrypted or is not a database`

The directory containing pyGeno's datawraps (bootstrap_data) doesn't get copied automatically when installing with 'python setup.py install' (in opposition to 'develop') or when installing with pip.

Current slicing/join was concatenating the whole chromosome sequence when only a slice was required. That required 2-3 GB of memory in some case and it was slow in my use...