ensembl 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +6 -1
- data/ensembl.gemspec +1 -1
- data/lib/ensembl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d7e2d87ed64e9bcaaf5cf1f7ab6c62c93125d25
|
4
|
+
data.tar.gz: 7664f3c4da6c783a44f370c1b9f3e32f5a1353a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12be2709f3002ddb140f12953141a79fde88b1523a98935cbec4ed4d627af18316c1144c0f6e3a19314b3a33f5392651d97573bd89d2fe5af08e591ec50e9fe6
|
7
|
+
data.tar.gz: a95df0febf00e18ef76565af71baf1661612a21e9eb022957ca048d8d76a2a29bfaead27b3dad9ec41bee38cb2852a1b930212e88c994a75026a0f6064adcd9f
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
# Ensembl
|
2
2
|
|
3
|
-
|
3
|
+
Gem to access ensembl.org database. Currently only supports Variation database tables and latest version.
|
4
|
+
|
5
|
+
Some of the work is inspired of [ruby-ensembl-api] project
|
4
6
|
|
5
7
|
## Installation
|
6
8
|
|
@@ -44,3 +46,6 @@ Or install it yourself as:
|
|
44
46
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
45
47
|
4. Push to the branch (`git push origin my-new-feature`)
|
46
48
|
5. Create a new Pull Request
|
49
|
+
|
50
|
+
|
51
|
+
[ruby-ensembl-api]: https://github.com/jandot/ruby-ensembl-api
|
data/ensembl.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Kristjan Metsalu"]
|
10
10
|
spec.email = ["kristjan.metsalu@ut.ee"]
|
11
11
|
spec.summary = %q{ Gem to access Ensembl.org databases through API }
|
12
|
-
spec.description = %q{
|
12
|
+
spec.description = %q{ ensembl provides an ruby API to connect to ensembl databases. }
|
13
13
|
spec.homepage = "https://github.com/kmetsalu/ensembl"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
data/lib/ensembl/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ensembl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kristjan Metsalu
|
@@ -66,7 +66,7 @@ dependencies:
|
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '10.3'
|
69
|
-
description: "
|
69
|
+
description: " ensembl provides an ruby API to connect to ensembl databases. "
|
70
70
|
email:
|
71
71
|
- kristjan.metsalu@ut.ee
|
72
72
|
executables: []
|