rbbt-sources 3.2.6 → 3.2.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rbbt/sources/organism.rb +4 -1
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1af48e6cfec463ac88696bcf683151caac3153931b78135a931081af85764c5e
|
4
|
+
data.tar.gz: ab1ed29f51a3c1200d4bf92d149176f62817cbad5a2a7fb69f28ecbcaa6e2d96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4767ac32b9729ecefe56192f7be6f3fd9fe0c6d44661b4584eeed412604a59b548e927cef4cbc15560e83e7d5ccfdef3e2b00938dc8fb99022e40d64711d325e
|
7
|
+
data.tar.gz: 68ce0cb6e56e5b4c928a719ada1021f805e650d55045a2197d1018f95967d809a7c1a315d0724df28aecbbac503d44a16f4ed199b0a7a3be4d1ff941a8b269df
|
@@ -68,7 +68,10 @@ module Organism
|
|
68
68
|
module_eval "#{ organism } = with_key '#{organism}'"
|
69
69
|
end
|
70
70
|
|
71
|
-
Rbbt.claim Rbbt.software.opt.bin.liftOver, :
|
71
|
+
Rbbt.claim Rbbt.software.opt.bin.liftOver, :proc do |file|
|
72
|
+
url = "http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/liftOver"
|
73
|
+
CMD.cmd_log("wget '#{url}' -O '#{file}' && chmod +rx #{file}")
|
74
|
+
end
|
72
75
|
|
73
76
|
def self.hg_build(organism)
|
74
77
|
require 'rbbt/sources/ensembl_ftp'
|
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.2.
|
4
|
+
version: 3.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Vazquez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rbbt-util
|
@@ -178,24 +178,24 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
178
178
|
- !ruby/object:Gem::Version
|
179
179
|
version: '0'
|
180
180
|
requirements: []
|
181
|
-
rubygems_version: 3.
|
181
|
+
rubygems_version: 3.4.8
|
182
182
|
signing_key:
|
183
183
|
specification_version: 4
|
184
184
|
summary: Data sources for the Ruby Bioinformatics Toolkit (rbbt)
|
185
185
|
test_files:
|
186
|
+
- test/rbbt/sources/test_HPRD.rb
|
187
|
+
- test/rbbt/sources/test_biomart.rb
|
188
|
+
- test/rbbt/sources/test_entrez.rb
|
186
189
|
- test/rbbt/sources/test_go.rb
|
187
|
-
- test/rbbt/sources/
|
188
|
-
- test/rbbt/sources/
|
189
|
-
- test/rbbt/sources/
|
190
|
+
- test/rbbt/sources/test_gscholar.rb
|
191
|
+
- test/rbbt/sources/test_kegg.rb
|
192
|
+
- test/rbbt/sources/test_matador.rb
|
190
193
|
- test/rbbt/sources/test_organism.rb
|
191
|
-
- test/rbbt/sources/
|
192
|
-
- test/rbbt/sources/
|
194
|
+
- test/rbbt/sources/test_pharmagkb.rb
|
195
|
+
- test/rbbt/sources/test_pina.rb
|
196
|
+
- test/rbbt/sources/test_pubmed.rb
|
193
197
|
- test/rbbt/sources/test_stitch.rb
|
194
|
-
- test/rbbt/sources/test_biomart.rb
|
195
|
-
- test/rbbt/sources/test_HPRD.rb
|
196
198
|
- test/rbbt/sources/test_string.rb
|
197
|
-
- test/rbbt/sources/
|
199
|
+
- test/rbbt/sources/test_synapse.rb
|
198
200
|
- test/rbbt/sources/test_tfacts.rb
|
199
|
-
- test/rbbt/sources/test_matador.rb
|
200
|
-
- test/rbbt/sources/test_gscholar.rb
|
201
201
|
- test/test_helper.rb
|