Skip to content

Commit

Permalink
Add description of rake tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
njall committed Feb 13, 2017
1 parent 4db1078 commit f993777
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,12 @@ Structure the JSON thus:

A bundle install and rake db:migrate, followed by saving the user as mentioned above, should be enough to get this
working.


### Rake tasks

To find suggestions of EDAM topics for materials, you can run this rake task. This requires redis and sidekiq to be running as it will add jobs to a queue. It uses BioPortal Annotator web service against the materials description to create suggestions

```
bundle exec rake tess:add_topic_suggestions
```

0 comments on commit f993777

Please sign in to comment.