lederhosen 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  ##
2
2
  # FILTER UC FILE BY MIN SAMPLES
3
3
  #
4
+ require 'set'
4
5
 
5
6
  module Lederhosen
6
7
  class CLI
@@ -28,7 +29,7 @@ module Lederhosen
28
29
  b.reject{ |i, j| j < reads }.length < samples
29
30
  end
30
31
 
31
- surviving_clusters = survivors.keys
32
+ surviving_clusters = survivors.keys.to_set
32
33
 
33
34
  # print filtered uc file
34
35
  out = File.open(output, 'w')
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lederhosen
2
- VERSION = '0.2.6'
2
+ VERSION = '0.2.7'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lederhosen
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 6
10
- version: 0.2.6
9
+ - 7
10
+ version: 0.2.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Austin G. Davis-Richardson