rbbt-study 0.2.23 → 0.2.24

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZGYzNzEzZjBkZWRlMGU4N2Q5ZDUxOTA5YThhOWQxZmJlY2M3ODU4Yw==
5
- data.tar.gz: !binary |-
6
- YTFjZjNiMGIwNTkwNDc3ZjQyMWE4YjlkYzk2YWNiMDFmMTA1NDQ5Ng==
2
+ SHA1:
3
+ metadata.gz: afc918a4ecc359f65943dcefb46fc5a7677b57a4
4
+ data.tar.gz: 1b3b31771a785bd57d810bfa671904e60c492eda
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- MmRmODk4ZGMxOTVlYzY5ZjQ1ZTEwM2JkNzM4MzFhN2Q4Mzg1OWUxMTM2NGQ2
10
- NzM4MmI3MmM5NjBjYjE5M2QzMDM2ZGE1OGNiM2MzYTk5NDBlMmE1MjUwZWFk
11
- NjgzNTFlY2QwNjk4MTA3ZmVjODU5YjI0M2ZiMTUxMDA0Y2E3MzE=
12
- data.tar.gz: !binary |-
13
- ZDllZjIwNWRkODEwNWUwYTFjMzdhNGQzZWM0MzI3MTFiZDdmOGVlMmViZjBi
14
- ZTJjZDgwZDc5ZWU5NzFlZWJjZGU4MGNhNzQzOWEwZDViMDM4MjdmMTA2NzNj
15
- NjBkOWQxYzcxYTkzOTBmMmNiYzNkNTM5MjZiYThkYTUwNDcyYjQ=
6
+ metadata.gz: a43d1a44a5a64caa81e3043341a29a5b6074918e8bb9d64b75763c2963dd48d3a2b3894579c6ec8fd0c5a3d8dbc355e13591e06bdd4bc1d27bf33ea0a8ef3a8d
7
+ data.tar.gz: c8ad6df05a15506bc22c2b981dd09477995a448ff79a61252e0aa5a63281c1711fb1f762a5cf3b4577a07f2e83e06ba485f908310c4f7cf792568980e1104131
@@ -57,7 +57,7 @@ module Study
57
57
  values = sample.affected_genes.collect do |gene|
58
58
  mutations = gene_mutations[gene] & (sample_mutations[sample] || [])
59
59
 
60
- if mutations.any?
60
+ if mutations and mutations.any?
61
61
  GenomicMutation.setup(mutations, "Mutations in #{ sample } over #{ gene }", study.organism, study.watson)
62
62
  junction = mutations.select{|mutation| mutations2exon_junction[mutation] }.any?
63
63
 
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.23
4
+ version: 0.2.24
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-12-30 00:00:00.000000000 Z
11
+ date: 2014-01-20 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
@@ -55,17 +55,17 @@ require_paths:
55
55
  - lib
56
56
  required_ruby_version: !ruby/object:Gem::Requirement
57
57
  requirements:
58
- - - ! '>='
58
+ - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
61
  required_rubygems_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
- - - ! '>='
63
+ - - ">="
64
64
  - !ruby/object:Gem::Version
65
65
  version: '0'
66
66
  requirements: []
67
67
  rubyforge_project:
68
- rubygems_version: 2.2.0
68
+ rubygems_version: 2.2.1
69
69
  signing_key:
70
70
  specification_version: 4
71
71
  summary: Genomic study entity