snp-search 2.11.0 → 2.12.0
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.
- data/VERSION +1 -1
- data/lib/filter_ignore_snps_methods.rb +0 -1
- data/snp-search.gemspec +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.12.0
|
|
@@ -82,7 +82,6 @@ def get_snps(out, ignore_snps_on_annotation, ignore_snps_in_range, ignore_strain
|
|
|
82
82
|
strains.each do |strain|
|
|
83
83
|
strain_genotype = genotypes.select{|genotype| genotype.strain_id == strain.id}.first
|
|
84
84
|
# next if strain_genotype == nil
|
|
85
|
-
puts strain_genotype.inspect
|
|
86
85
|
strain_allele = alleles.select{|allele| allele.id == strain_genotype.allele_id}.first
|
|
87
86
|
strain_alleles[strain.name] = strain_allele.base
|
|
88
87
|
end
|
data/snp-search.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "snp-search"
|
|
8
|
-
s.version = "2.
|
|
8
|
+
s.version = "2.12.0"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Ali Al-Shahib", "Anthony Underwood"]
|
|
12
|
-
s.date = "2014-01-
|
|
12
|
+
s.date = "2014-01-10"
|
|
13
13
|
s.description = "Use the snp-search tool to create, import, manipulate and query your SNP database"
|
|
14
14
|
s.email = "ali.al-shahib@phe.gov.uk"
|
|
15
15
|
s.executables = ["snp-search"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: snp-search
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.12.0
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2014-01-
|
|
13
|
+
date: 2014-01-10 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activerecord
|
|
@@ -230,7 +230,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
230
230
|
version: '0'
|
|
231
231
|
segments:
|
|
232
232
|
- 0
|
|
233
|
-
hash:
|
|
233
|
+
hash: 1882806663084055295
|
|
234
234
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
235
235
|
none: false
|
|
236
236
|
requirements:
|