scbi_cominer 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.0.6 2012-09-26
2
+
3
+ Fixed offset and clear starts
4
+
1
5
  === 0.0.5 2012-09-25
2
6
 
3
7
  Added offsets 2
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.5'
11
+ VERSION = '0.0.6'
12
12
  end
@@ -111,7 +111,7 @@ class FrequencyTable
111
111
 
112
112
  fasta_u=fasta.upcase
113
113
 
114
- i = (align_clip_start.to_i+in_consensus_offset.to_i)-1
114
+ i = (align_clip_start.to_i+in_consensus_offset.to_i)-2
115
115
 
116
116
  # seq_i=in_seq_offset.to_i
117
117
 
@@ -19,8 +19,8 @@ class Cominer
19
19
  end
20
20
 
21
21
  # puts freq_table.inspect
22
- # exit
23
-
22
+ # exit
23
+ #
24
24
  ef = EntropyFunction.new(@freq_table)
25
25
 
26
26
  @regions=ef.regions
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.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dario Guerrero
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-09-25 00:00:00 Z
13
+ date: 2012-09-26 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: scbi_ace