You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
Below is the path to my configuration file and the error generated after the load_project command. What am I missing?
The text was updated successfully, but these errors were encountered: