rbbt-sources 3.1.5 → 3.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13b53e4812fd99d592f59d165ec4c04cae648a96
4
- data.tar.gz: dc6398a012096ff044ecfa7addb5edb34172c574
3
+ metadata.gz: 1a2f9d5c13961a7fa8a3c948367f312ad15ae555
4
+ data.tar.gz: e6ec67742de00219a229d9cc4db6bc4a6fff67fd
5
5
  SHA512:
6
- metadata.gz: a55d8d96d5d98ad1a2487abd1bc67f6f2356b0a6acd04f0cb3354c6b63f3d8a7d950085cae4403497298b436ffa9afbe94c74f38c58dfb8ac2278bdbf4e28406
7
- data.tar.gz: 8a0669a043d2f959463cd0ec8d36017a48ae78f3153807aa665f51f329c9c1f4e17075337242c01c92f19fe71a18a898f6808d43f41f245fdcd62b6652353dd4
6
+ metadata.gz: 0f06fd95e0e4ad122ebbd35bca6cd878de70ee2cc251e99296d055cdbefa055132daf0329f3f2491624e905ac7dad5fb63edada9a88da027639afe2dc8e4e307
7
+ data.tar.gz: f85b6b37937b24c7a282a0d07c2e567e4db3bb816ef40a12d31f7eaf65bcbe3c1886cad923a73e6732394325161ff7750bf76dba8100aa5db3d91f0224498342
@@ -74,5 +74,3 @@ module ClinVar
74
74
  end
75
75
  end
76
76
 
77
- iif ClinVar.mi_summary.produce(true).find if __FILE__ == $0
78
-
@@ -150,7 +150,7 @@ module UniProt
150
150
  when value.match(/(\d+) (\d+) (.*)/)
151
151
  start, eend, description = $1, $2, $3
152
152
  description.gsub(/^FT\s+/m, '')
153
- when value.match(/(\d+) (\d+)/)
153
+ when value.match(/^\s+(\d+) (\d+)/)
154
154
  start, eend = $1, $2
155
155
  description = nil
156
156
  else
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-sources
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.5
4
+ version: 3.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-17 00:00:00.000000000 Z
11
+ date: 2016-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rbbt-util
@@ -180,19 +180,19 @@ signing_key:
180
180
  specification_version: 4
181
181
  summary: Data sources for the Ruby Bioinformatics Toolkit (rbbt)
182
182
  test_files:
183
+ - test/test_helper.rb
183
184
  - test/rbbt/sources/test_pubmed.rb
184
- - test/rbbt/sources/test_pharmagkb.rb
185
- - test/rbbt/sources/test_biomart.rb
185
+ - test/rbbt/sources/test_string.rb
186
186
  - test/rbbt/sources/test_gscholar.rb
187
- - test/rbbt/sources/test_kegg.rb
187
+ - test/rbbt/sources/test_biomart.rb
188
+ - test/rbbt/sources/test_go.rb
188
189
  - test/rbbt/sources/test_pina.rb
189
190
  - test/rbbt/sources/test_entrez.rb
191
+ - test/rbbt/sources/test_pharmagkb.rb
192
+ - test/rbbt/sources/test_organism.rb
190
193
  - test/rbbt/sources/test_matador.rb
191
- - test/rbbt/sources/test_HPRD.rb
194
+ - test/rbbt/sources/test_tfacts.rb
195
+ - test/rbbt/sources/test_kegg.rb
192
196
  - test/rbbt/sources/test_synapse.rb
193
- - test/rbbt/sources/test_go.rb
194
197
  - test/rbbt/sources/test_stitch.rb
195
- - test/rbbt/sources/test_organism.rb
196
- - test/rbbt/sources/test_string.rb
197
- - test/rbbt/sources/test_tfacts.rb
198
- - test/test_helper.rb
198
+ - test/rbbt/sources/test_HPRD.rb