rbbt-study 0.2.24 → 0.2.25
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/genotypes/genes.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b1573e4eb55acaae29fe0a2371bc1ca3b4c6542
|
4
|
+
data.tar.gz: 1871448d756e3a94035dbee2bc1ffd612bd591db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 159253a78bf6bae263f72dee89468264770ebdac940a5cb1410c9c587909fa6221ee43ca78d4802619c9be28f9282e21a12ac8f213041d74021a82a12c76fa4d
|
7
|
+
data.tar.gz: 392cd4861c5c61d50f97d25792ad67c7b234fc6ef29569f87147794b8170ea8f4b56e0fe0baa7a308419524a480072cd83d484907ecfbce84cabb3803209b9c2
|
@@ -66,7 +66,7 @@ module Study
|
|
66
66
|
next unless relevant_mutations.include? mutation
|
67
67
|
genes = []
|
68
68
|
mis = mutation.mutated_isoforms
|
69
|
-
genes.concat mis.select_by(:
|
69
|
+
genes.concat mis.select_by(:nonsynonymous).transcript.gene unless mis.nil? or mis.empty?
|
70
70
|
genes.concat mutation.transcripts_with_affected_splicing.gene
|
71
71
|
genes.uniq.each{|gene| samples_with_gene_affected[gene] ||= []; samples_with_gene_affected[gene] << genotype.jobname}
|
72
72
|
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.25
|
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-02-11 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
|