iroki 0.0.34 → 0.0.35

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ccdbbf04cbd02148f66cc862d584cb00e54c3793
4
- data.tar.gz: 30d00c03802e3925167e41c5022519b1d1e7ba49
3
+ metadata.gz: 62543daefa15a5d64a7d9b48e738bf921da3be9f
4
+ data.tar.gz: e6278b2097ee763d828a43d21d95c85cc68776f4
5
5
  SHA512:
6
- metadata.gz: aa18e7831cc7bb1eebb4a0d282ed5a67f040afbb59bb886820df35090c03ecd243226bd7def3679ffd6acdab76089f2a9ca56e1c0a0fd868336b0c7174a15567
7
- data.tar.gz: 0f44b3a502cfeb5c59703dedf384813128992bdf1589f7afe59568fbcb1193472a3285f5641ab6f9bcb0807801138c7913872f87922f75d9364719e82db85b9f
6
+ metadata.gz: 266753be23d1378efaa0df65621a98f8d2f8667fde2e11c742c86acebde7b0b666258e6652be86a7881da635d636baadba7e43d72faeb34a350139fd70f94a19
7
+ data.tar.gz: bcd3517d8cc582d6c97929374ec1c129e52f3fae550287d9ee697626a87fc3a6bb51b68b335e02227c665c57599db541598a3efc19d92e09804f157366cb3f67
@@ -289,11 +289,8 @@ module Iroki
289
289
  #################################################################
290
290
  # get color patterns
291
291
  ####################
292
- if biom_f
293
- abort_if single_color,
294
- "--single-color is not compatible with a two " +
295
- "group biom file. Please remove that option."
296
292
 
293
+ if biom_f
297
294
  samples, counts, is_single_group = Biom.open(biom_f, "rt").parse
298
295
 
299
296
  if is_single_group
@@ -303,8 +300,9 @@ module Iroki
303
300
  min_lumin,
304
301
  max_lumin).patterns
305
302
  else
306
- # abort_if single_color,
307
- # "--single-color is incompatible with a two group biom file, please remove it."
303
+ abort_if single_color,
304
+ "--single-color is not compatible with a two " +
305
+ "group biom file. Please remove that option."
308
306
 
309
307
  g1_counts = counts.map(&:first)
310
308
  g2_counts = counts.map(&:last)
@@ -18,7 +18,7 @@
18
18
 
19
19
  # Library metadata
20
20
  module Iroki
21
- VERSION = "0.0.34"
21
+ VERSION = "0.0.35"
22
22
  COPYRIGHT = "2015 - 2017 Ryan Moore"
23
23
  CONTACT = "moorer@udel.edu"
24
24
  WEBSITE = "https://github.com/mooreryan/iroki"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iroki
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.34
4
+ version: 0.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Moore
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-05 00:00:00.000000000 Z
11
+ date: 2017-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler