Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gemini load error with MuTect2 vcf 4.2 #954

Open
2bittofa opened this issue Jun 16, 2021 · 0 comments
Open

Gemini load error with MuTect2 vcf 4.2 #954

2bittofa opened this issue Jun 16, 2021 · 0 comments

Comments

@2bittofa
Copy link

Hi, first of all, Gemini is a wonderful easy-to-use tool and works perfectly for my Varscan vcf 4.1 (reference is hg19). Then, I tried to load MuTect2 vcf 4.2 (reference is b37) and came across an error like: ValueError: Processing failed on GEMINI chunk load. Gemini was built on Python/2.7. So, I reinstalled Gemini by using Python/3.7.4. This time, the error message became: if isinstance(h, (cyvcf2.Variant, pysam.VariantRecord)): AttributeError: 'module' object has no attribute 'VariantRecord'. I then updated cyvcf2 and pysam. The error message turned to be: from backports.functools_lru_cache import lru_cache ImportError: No module named functools_lru_cache. I've checked the difference between vcf 4.1 and 4.2. I didn't find much discrepancy. Then, I was wondering if it is due to something else, e.g., reference being b37 instead of hg19? But there's no contig error so far. This project is very important to me and I definitely need your help. Thanks advance! Regards, Vic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant