Hello, I have some problems when I run the Predict.py.
Here is my script:
Predict.py --model_db_path ~/test_data/predixcan_sample_data/models/gtex_v8_en/en_Whole_Blood.db --bgen_genotypes ~/test_data/predixcan_sample_data/1000G_hg37_bgen/chr22.bgen --bgen_use_rsid --prediction_output Whole_Blood_test_predict.txt --prediction_summary_output Whole_Blood_test_summary.txt --verbosity 9 --throw
Here is the error:
INFO - Loading samples Traceback (most recent call last): File "/zs32/home/chxia/Softwares/MetaXcan-master/software/Predict.py", line 272, in <module> run(args) File "/zs32/home/chxia/Softwares/MetaXcan-master/software/Predict.py", line 160, in run samples = load_samples(args) File "/zs32/home/chxia/Softwares/MetaXcan-master/software/Predict.py", line 90, in load_samples from metax.genotype import BGENGenotype File "/zs32/home/chxia/Softwares/MetaXcan-master/software/metax/genotype/BGENGenotype.py", line 1, in <module> import bgen_reader File "/zs32/home/chxia/anaconda3/envs/gwasimputation/lib/python3.7/site-packages/bgen_reader/__init__.py", line 26, in <module> from ._metadata import create_metafile File "/zs32/home/chxia/anaconda3/envs/gwasimputation/lib/python3.7/site-packages/bgen_reader/_metadata.py", line 4, in <module> from ._bgen import bgen_file File "/zs32/home/chxia/anaconda3/envs/gwasimputation/lib/python3.7/site-packages/bgen_reader/_bgen.py", line 3, in <module> from ._ffi import ffi, lib ImportError: libathr.so.1: cannot open shared object file: No such file or directory
Could you help me solve this problem?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
--
You received this message because you are subscribed to the Google Groups "PrediXcan/MetaXcan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to predixcanmetax...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/predixcanmetaxcan/b064071f-082b-4bca-8a1a-e8c8d06e99d6n%40googlegroups.com.