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

[Errno 2] No such file or directory, while running popgen for the first time #12

Open
lakromah opened this issue Aug 15, 2020 · 0 comments

Comments

@lakromah
Copy link

Below is the path to my configuration file and the error generated after the load_project command. What am I missing?

p_obj = Project('/Documents/PhDtools/PopGen/InputData/configuration_1.yaml')
p_obj.load_project()
Traceback (most recent call last):
File "", line 1, in
File "/home/linda/anaconda2/lib/python2.7/site-packages/popgen-2.0b2-py2.7.egg/popgen/project.py", line 23, in load_project
self._load_config()
File "/home/linda/anaconda2/lib/python2.7/site-packages/popgen-2.0b2-py2.7.egg/popgen/project.py", line 31, in _load_config
config_f = file(self.config_loc, "r")
IOError: [Errno 2] No such file or directory: '/Documents/PhDtools/PopGen/InputData/configuration_1.yaml'

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