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

ModuleNotFoundError #16

Closed
liufy11 opened this issue Jun 10, 2020 · 0 comments
Closed

ModuleNotFoundError #16

liufy11 opened this issue Jun 10, 2020 · 0 comments

Comments

@liufy11
Copy link

liufy11 commented Jun 10, 2020

When I use vcf file to run Loter as follow:
loter_cli -r data/ceu.vcf data/yri.vcf -a data/mex.vcf -f vcf -o tmp.vcf.txt -n 8 -v

the screen says :

Loading reference haplotypes

Using 2 reference populations
loading file data/ceu.vcf
Traceback (most recent call last):
File "/home/liufy/miniconda2/bin/loter_cli", line 11, in
load_entry_point('loter==0.1', 'console_scripts', 'loter_cli')()
File "/home/liufy/miniconda2/lib/python2.7/site-packages/loter-0.1-py2.7-linux-x86_64.egg/loter/cli.py", line 129, in main
H_ref.append(load_data(file, args.format, args.verbose))
File "/home/liufy/miniconda2/lib/python2.7/site-packages/loter-0.1-py2.7-linux-x86_64.egg/loter/cli.py", line 59, in load_data
except (ModuleNotFoundError):
NameError: global name 'ModuleNotFoundError' is not defined

@liufy11 liufy11 closed this as completed Jun 10, 2020
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