scbi_cominer 0.0.4 → 0.0.5

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/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.0.5 2012-09-25
2
+
3
+ Added offsets 2
4
+
1
5
  === 0.0.4 2012-09-25
2
6
 
3
7
  Added offsets
@@ -18,8 +18,8 @@ class Cominer
18
18
  @freq_table.add_read(read)
19
19
  end
20
20
 
21
- puts freq_table.inspect
22
- exit
21
+ # puts freq_table.inspect
22
+ # exit
23
23
 
24
24
  ef = EntropyFunction.new(@freq_table)
25
25
 
data/lib/scbi_cominer.rb CHANGED
@@ -8,5 +8,5 @@ $: << File.join(File.dirname(__FILE__),File.basename(__FILE__,File.extname(__FIL
8
8
  require 'cominer.rb'
9
9
 
10
10
  module ScbiCominer
11
- VERSION = '0.0.4'
11
+ VERSION = '0.0.5'
12
12
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: scbi_cominer
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.4
5
+ version: 0.0.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dario Guerrero