You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi MetaXcan team,
I am trying to run MetaXcan/software/Predict.py on UKB imputed genotypes (bgen files) but got an error. This error also happened to the example data you provided. Specifically, when I ran:
INFO - Loading samples
Traceback (most recent call last):
File "/home/dnanexus/MetaXcan/software/Predict.py", line 272, in
run(args)
File "/home/dnanexus/MetaXcan/software/Predict.py", line 160, in run
samples = load_samples(args)
File "/home/dnanexus/MetaXcan/software/Predict.py", line 90, in load_samples
from metax.genotype import BGENGenotype
File "/home/dnanexus/MetaXcan/software/metax/genotype/BGENGenotype.py", line 1, in
import bgen_reader
File "/home/dnanexus/miniconda3/envs/imlabtools/lib/python3.7/site-packages/bgen_reader/init.py", line 26, in
from ._metadata import create_metafile
File "/home/dnanexus/miniconda3/envs/imlabtools/lib/python3.7/site-packages/bgen_reader/_metadata.py", line 4, in
from ._bgen import bgen_file
File "/home/dnanexus/miniconda3/envs/imlabtools/lib/python3.7/site-packages/bgen_reader/_bgen.py", line 3, in
from ._ffi import ffi, lib
ImportError: libbgen.so.3: cannot open shared object file: No such file or directory
I can run the vcf sample data without problem. Any idea?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi MetaXcan team,
I am trying to run MetaXcan/software/Predict.py on UKB imputed genotypes (bgen files) but got an error. This error also happened to the example data you provided. Specifically, when I ran:
The output was:
I can run the vcf sample data without problem. Any idea?
Thank you!
The text was updated successfully, but these errors were encountered: