rbbt-study 0.2.26 → 0.2.27
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rbbt/entity/study.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e8b82769d9722ab7870f7e5d8ca0fe25a4780e3
|
4
|
+
data.tar.gz: 4c6daa5e269ecb815b3b1b5a2f256ff9ed053bf9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c1882ea732e58f0fe64278575b8edc97733cc6687f248618370be59449bd723ae81262d91b827ae69d78a7e976076ba812ceaf17d08949e65b6ed42c46daccf
|
7
|
+
data.tar.gz: 535bf9a1897b0d04c0c62442d67811052786a0ff92f220233f4537c1afaa7ae5d5449f86ccfa9391ea9c3c587b6989fcf5f31694780661b5647b9880400b62dc
|
data/lib/rbbt/entity/study.rb
CHANGED
@@ -11,7 +11,6 @@ require 'rbbt/entity/study'
|
|
11
11
|
require 'rbbt/entity/study/knowledge_base'
|
12
12
|
require 'rbbt/entity/study/samples'
|
13
13
|
|
14
|
-
require 'rbbt/expression/matrix'
|
15
14
|
|
16
15
|
module StudyWorkflow
|
17
16
|
extend Workflow
|
@@ -168,6 +167,7 @@ module Study
|
|
168
167
|
end
|
169
168
|
samples = dir.matrices[type].samples.find if dir.matrices[type].samples.exists?
|
170
169
|
samples = dir.samples.find if samples.nil? and dir.samples.exist?
|
170
|
+
raise "SYNC WITH GEO WORKFLOW"
|
171
171
|
Matrix.new(data, identifiers, samples, format, organism)
|
172
172
|
end
|
173
173
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbbt-study
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.27
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Vazquez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: This gem add the study entity with suport for NGS, Microarray and other
|
14
14
|
types of data
|
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
65
|
version: '0'
|
66
66
|
requirements: []
|
67
67
|
rubyforge_project:
|
68
|
-
rubygems_version: 2.2.
|
68
|
+
rubygems_version: 2.2.2
|
69
69
|
signing_key:
|
70
70
|
specification_version: 4
|
71
71
|
summary: Genomic study entity
|