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 +4 -4
- data/lib/iroki/main/main.rb +4 -6
- data/lib/iroki/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62543daefa15a5d64a7d9b48e738bf921da3be9f
|
|
4
|
+
data.tar.gz: e6278b2097ee763d828a43d21d95c85cc68776f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 266753be23d1378efaa0df65621a98f8d2f8667fde2e11c742c86acebde7b0b666258e6652be86a7881da635d636baadba7e43d72faeb34a350139fd70f94a19
|
|
7
|
+
data.tar.gz: bcd3517d8cc582d6c97929374ec1c129e52f3fae550287d9ee697626a87fc3a6bb51b68b335e02227c665c57599db541598a3efc19d92e09804f157366cb3f67
|
data/lib/iroki/main/main.rb
CHANGED
|
@@ -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
|
-
|
|
307
|
-
|
|
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)
|
data/lib/iroki/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2017-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|