rbbt-study 0.2.17 → 0.2.18

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTVhMTYyMDYwY2JkMzg2ZTM2ZjU4MzBjYTVjNjI3NDQ3MWZhYTVhNQ==
4
+ ODQxZGJlNDBmN2M4N2E3MDcwYzAyZDQwNTlhYjZkYmRjNTBmZDY2ZQ==
5
5
  data.tar.gz: !binary |-
6
- OGU2MTNiODUyNDE2OWZhY2U0M2VlZGZmNzE0YWI3ZjBlYzhhMTIyMw==
6
+ NmVlODQ5ZWFiNGE3NDBiOGNmMTI3Mzc4NDgzZWFhYTQ3M2Q5ZmY4Yw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTUwN2Q5ODdmOWRmY2RmNWUwMjkyOGZjMzU4YjE1MWQxZGE2MDkxODIxODkz
10
- NWEyNzVlZDBkNTYyZTQyMWNlNjAxYzZhYTdkNjg5NjBkMzM1ZjhhZTIwMjQw
11
- NGQwZGZhNDlhM2RhMGYzNGE1ZGQ0Nzc1ODU5ZWI1NzI4YzM0ZWM=
9
+ Njc1NDhmMzQ5NDc0ZTA0YjRjMGEzMzRiNzk1OGI3YjZmMGFlMzkyYTk4ZGFj
10
+ ZjQ3Y2Y5NWVjMDZhZjY5YjE4YzczZWVhYjZmYmI1ZjViZDQ4ZjVkM2E0Nzc4
11
+ NTllMDE4ODFiYWRjYzAxYjUxYzgyYzI5YjY4YWExNzQxYzk1NDU=
12
12
  data.tar.gz: !binary |-
13
- OWRmODE0NGJhZjM2YmRhYjliMzgxYjNlODMzOWFlNThkZjVlNDNkZWM4MDdk
14
- MzE4ZDQyYmI5YzY3NjU1MzBlMTNkNjVmNDRkMjc4NDdhYzk0ZmI0NDY2ZDA4
15
- YmVlMzcwZDhiYjNlMTAyMjAxMWIyMGI2NzYxNzY2MTU5OWExZmI=
13
+ MDI0YmVlZmE4NDJhOTFmMWJiOWM0ZWE5ZWQ2NmM5NTZiYjk0N2UxM2YyZTRj
14
+ NGI2YzIzMzhmODZiYzVkNDdjYzQyODQxMzlhZjY4Njc3NGZhNDM3ZDM0OTE4
15
+ ZWY1MWEyZTU3ODkxMDdiNGMyZTc5YzA5Yjc4MTllMjExOWIwOGY=
@@ -17,3 +17,8 @@ module StudyWorkflow
17
17
  end
18
18
  end
19
19
 
20
+ module Study
21
+ def has_expression?
22
+ dir.matrices["gene_expression"].exists?
23
+ end
24
+ end
@@ -146,7 +146,7 @@ module Study
146
146
  end
147
147
 
148
148
  def matrix_file(name)
149
- dir.matrices[name.to_s].find
149
+ dir.matrices[name.to_s].produce.find
150
150
  end
151
151
 
152
152
  def matrices
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.17
4
+ version: 0.2.18
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-26 00:00:00.000000000 Z
11
+ date: 2013-11-27 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