eaudeweb / percolator

Poor man's auto tagging based on exact matches, synonyms and common abbreviations
0 stars 0 forks source link

Fix the mk_species_index script #3

Closed melish closed 6 years ago

melish commented 6 years ago

Running python scripts/mk_species_index throws an exception caused by from percolator.conf import settings. This task is to fix the error and update the README with "Initial setup", "Building the index" and "Testing the API" instructions and examples.

andrei-duhnea commented 6 years ago

In development environments, the project's directory should be in PYTHONPATH. One way to do that is in.envrc, so that direnv will pick it up upon entering the directory. I've updated the example .envrc to show that.