rbbt-sources 2.1.2 → 2.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +9 -9
- data/lib/rbbt/sources/COSMIC.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZTgwZjU4OTk0ZDJlZTBkN2VhZmM3N2ZkZDM5MjlmMmZlZTk4NjA0ZA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
7
|
-
|
6
|
+
Y2M3YWE4NDQzNDJiNTkwNzZkZjk2OTUyZjM2OTU5YzEzNjBkZmI5Mw==
|
7
|
+
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NzFhNjU3ODAzMTBlMTY4ZTkyZGJhNWViZGE1NDFiNzI2OGIzNmMzN2IxNDgy
|
10
|
+
NjliYTE5ZGEzYzM2ODQ1ZGRlM2E1Y2FkYTM2MmQwZDEwMTBmMDk3ODFjYzZi
|
11
|
+
NmQzY2VlODhiZTM1Y2ZiOGI4MzJmNzdkOTQyYzU1ZDllOWI1ZDA=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YzY0ODRmN2Y1MWZhNmY2MDI2NjRhZTQ3NmE0Yzc1MGI2NDYyZjY1ZjJjMDE1
|
14
|
+
NjU0OTFmNWQxOTkzNWQxNWRlZmM1ZGQ2OTU4ZmRlMjlhOWNlY2E2YTEwM2Fk
|
15
|
+
YzMxNmU0ODg4NTA2NmJlMTJlNDY5OTAyNmM5MTZmOTBhNTVkYTE=
|
data/lib/rbbt/sources/COSMIC.rb
CHANGED
@@ -6,7 +6,7 @@ module COSMIC
|
|
6
6
|
self.subdir = "share/databases/COSMIC"
|
7
7
|
|
8
8
|
COSMIC.claim COSMIC.mutations, :proc do
|
9
|
-
url = "ftp://ftp.sanger.ac.uk/pub/CGP/cosmic/data_export/
|
9
|
+
url = "ftp://ftp.sanger.ac.uk/pub/CGP/cosmic/data_export/CosmicCompleteExport_v67_241013.tsv.gz"
|
10
10
|
|
11
11
|
stream = CMD.cmd('awk \'BEGIN{FS="\t"} { if ($12 != "" && $12 != "Mutation ID") { sub($12, "COSM" $12 ":" $4)}; print}\'', :in => Open.open(url), :pipe => true)
|
12
12
|
tsv = TSV.open(stream, :type => :list, :header_hash => "", :key_field => "Mutation ID", :namespace => "Hsa/jun2011")
|
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: 2.1.
|
4
|
+
version: 2.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Vazquez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-
|
11
|
+
date: 2013-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rbbt-util
|
@@ -126,9 +126,9 @@ files:
|
|
126
126
|
- share/install/Organism/organism_helpers.rb
|
127
127
|
- share/install/STITCH/Rakefile
|
128
128
|
- share/install/lib/helpers.rb
|
129
|
-
- test/rbbt/sources/test_go.rb
|
130
|
-
- test/rbbt/sources/test_entrez.rb
|
131
129
|
- test/rbbt/sources/test_biomart.rb
|
130
|
+
- test/rbbt/sources/test_entrez.rb
|
131
|
+
- test/rbbt/sources/test_go.rb
|
132
132
|
- test/rbbt/sources/test_gscholar.rb
|
133
133
|
- test/rbbt/sources/test_organism.rb
|
134
134
|
- test/rbbt/sources/test_pubmed.rb
|
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
152
|
version: '0'
|
153
153
|
requirements: []
|
154
154
|
rubyforge_project:
|
155
|
-
rubygems_version: 2.0
|
155
|
+
rubygems_version: 2.2.0
|
156
156
|
signing_key:
|
157
157
|
specification_version: 4
|
158
158
|
summary: Data sources for the Ruby Bioinformatics Toolkit (rbbt)
|