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

Issue while running teaser.py #12

Open
gupta-plantgenevo opened this issue Feb 20, 2018 · 3 comments
Open

Issue while running teaser.py #12

gupta-plantgenevo opened this issue Feb 20, 2018 · 3 comments

Comments

@gupta-plantgenevo
Copy link

I am having issues like
self.config["cache_directory"] = os.path.abspath(self.config["cache_directory"])
KeyError: 'cache_directory'
and
abs_test_dirs = [os.path.abspath(dir) for dir in self.config["test_directories"]]
KeyError: 'test_directories'

I looked at the code and I don't understand how to resolve it. Any help will be much appreciated.

@fritzsedlazeck
Copy link
Member

Hi,
can you forward the whole error msg plus your config file?
Thanks
Fritz

@gupta-plantgenevo
Copy link
Author

gupta-plantgenevo commented Feb 20, 2018 via email

@smolkmo
Copy link
Member

smolkmo commented Feb 22, 2018

Hi Sonal,

first of all, thanks for your report and sorry for the delayed response!

Please make sure that your config file correctly imports the base configuration, by verifying that your config file starts with the following lines:

include:
  - base_teaser

Examples for some working configuration files can also be found in our wiki: https://github.com/Cibiv/Teaser/wiki/Command-Line-Configuration

If the problem persists, please attach the exact contents of your trifida_test.yaml file - so we can have a closer look.

Moritz

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

3 participants