rbbt-study 0.2.28 → 0.2.29

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 94ed5774fb52f6ce952c6796655220ec9dc00508
4
- data.tar.gz: f804769048c718f3f47a5d2ee0a5b06d557b9d3d
3
+ metadata.gz: 6cac4d13f00de3f805c64db98bd8e91b0b2d8f90
4
+ data.tar.gz: 91f36d14660ae42da42e0ee2a7d3efa0ad8ef53c
5
5
  SHA512:
6
- metadata.gz: 1f6b416ff8c76b609fea12b176d484d4e6f5ac515ffa8d33ebe184acde99a21731ffda840438127d607b9ac6908a79e0a6b0558336d82696b6a50358235d2d10
7
- data.tar.gz: 1128df2a2fed39770545c089bf702ee730c681b9ed5c0ca5a5d036df573d7c53afa3db0ed8342b26f3ea0d30371af566c24a4044c77ad3c5615be992cb43110b
6
+ metadata.gz: 0cd38abaa1c74acf753f075ef3b5e5efdaefb29bf4395f22722b4d6826e7925e254c19a3dbb17139f86611239754439e7816dd534def488ef3abdf510b709f33
7
+ data.tar.gz: bb74c225258f3438ae85667d6fea808313a02a738ef906b9bee335d094a0eb7eda112cd44ce1bc1180634bc48aedd033a5dfc6fbed16698b6bcf5838c6d6a5f6
@@ -63,6 +63,7 @@ module Study
63
63
  samples_with_gene_affected = {}
64
64
  cohort.each do |genotype|
65
65
  genotype.each do |mutation|
66
+ next if mutation.nil?
66
67
  next unless relevant_mutations.include? mutation
67
68
  genes = []
68
69
  mis = mutation.mutated_isoforms
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.28
4
+ version: 0.2.29
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-03-26 00:00:00.000000000 Z
11
+ date: 2014-04-14 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