README.md in ensembl-0.0.2 vs README.md in ensembl-0.0.3
- old
+ new
@@ -1,9 +1,11 @@
# Ensembl
-TODO: Write a gem description
+Gem to access ensembl.org database. Currently only supports Variation database tables and latest version.
+Some of the work is inspired of [ruby-ensembl-api] project
+
## Installation
Add this line to your application's Gemfile:
gem 'ensembl'
@@ -42,5 +44,8 @@
1. Fork it ( https://github.com/kmetsalu/ensembl/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
+
+
+[ruby-ensembl-api]: https://github.com/jandot/ruby-ensembl-api