Closed nitinroper closed 6 years ago
Thanks @nitinroper for reaching to us. This error should be coming from syntax difference between Python 2 and 3. Charger is built for Python 2. It seems like you are using Python 3. Please follow the installation steps given in the README to install Charger in a Python 2 environment.
I followed the installation steps exactly as listed in README. Any other potential reason for this issue?
Could you check your python version (enter python -V
in terminal) and let us know what you see? Thanks!
python -V
Python 3.4.5 :: Continuum Analytics, Inc.
However, I also have python 2 installed and I uninstalled python3.4.5 but have the same issue
@nitinroper Sorry for the delay in addressing your issue. I have updated the README file, including instructions on how to install CharGer within a conda environment. That might solve your issue. Please try it and let me know if you're still having problems.
Thanks!
I am currently in /home/
(CharGer) $ charger -f tests/examples/grch38_brca2_ashkenazi_jewish_founder.vcf -o testfile.vcf command 'charger' not found, did you mean blabla
I did follow each of the steps in README.md. Please enlighten me.
After installing the program, I type
charger
as suggested to view executable options and I receive the following error:Any advice on how to fix this? Thank you