snp-search 2.10.7 → 2.10.8
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/output_information_methods.rb +1 -1
- data/snp-search.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.10.
|
|
1
|
+
2.10.8
|
|
@@ -123,7 +123,7 @@ def output_information_methods(snps, outfile, cuttoff_genotype, cuttoff_snp, inf
|
|
|
123
123
|
end
|
|
124
124
|
end
|
|
125
125
|
end
|
|
126
|
-
puts "Total SNPs added so far: #{
|
|
126
|
+
puts "Total SNPs added so far: #{snps_counter}" if snps_counter % 100 == 0
|
|
127
127
|
end
|
|
128
128
|
end
|
|
129
129
|
puts "Total number of snps: #{snps_counter}"
|
data/snp-search.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "snp-search"
|
|
8
|
-
s.version = "2.10.
|
|
8
|
+
s.version = "2.10.8"
|
|
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"]
|
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.10.
|
|
4
|
+
version: 2.10.8
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -227,7 +227,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
227
227
|
version: '0'
|
|
228
228
|
segments:
|
|
229
229
|
- 0
|
|
230
|
-
hash:
|
|
230
|
+
hash: 939030428704670950
|
|
231
231
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
232
232
|
none: false
|
|
233
233
|
requirements:
|