rbbt-dm 1.1.22 → 1.1.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 632ab910c9da9d064cbd5635fca6bb8440bf3bdf
4
- data.tar.gz: f096ec44de16d1e51d7dd56166061f7eef7fe1d6
3
+ metadata.gz: e243ce5032fd1fecaa9cec716678f8882c50a54e
4
+ data.tar.gz: d2b58265604a3933eb4b6528cbb57faf424c9aea
5
5
  SHA512:
6
- metadata.gz: 03e8062a46ff92e622ae1574d5306a1005e52a566f9f5756926fd8359b332a1469d80dca577c6baff10cd6f6ae33729fc063161efd8d4fdbb11f05e5e09a91fe
7
- data.tar.gz: 834c97f53fc33ed0f4d0360ede5c8339a1f948f3919aabcf737a02e2077e4e31b9a700c1baffb6fe9910f2a8c92b324e721313497b568479783002903fdec826
6
+ metadata.gz: 450a0de2320972c6848b1d88af2faf11743c48fdf0c5013232df25d7bb1686487cae7e1cd97c7ceb9863d7e7b66d2e969b9b27631569efde3aa78d6bb68dc69a
7
+ data.tar.gz: 215e2140ba429f94d1dd452c867e4ce611efa520c309a2c5003a45ea9dc463bf55d8f0272ce8111c6dc518519d539b78653eecb6680cf94df3b6b5eae5599aaa
@@ -12,6 +12,9 @@ class Matrix
12
12
  name = data_file =~ /:>/ ? File.basename(data_file) : data_file
13
13
  main_samples = main_samples & all_samples
14
14
  contrast_samples = contrast_samples & all_samples
15
+ raise "No main samples found" if main_samples.empty?
16
+ raise "No contrast samples found" if contrast_samples.empty?
17
+
15
18
  Persist.persist(name, :tsv, :persist => true, :file => path,
16
19
  :other => {:main => main_samples, :contrast => contrast_samples},
17
20
  :prefix => "Diff", :dir => Matrix.matrix_dir.differential, :no_load => true) do |file|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbbt-dm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.22
4
+ version: 1.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-09 00:00:00.000000000 Z
11
+ date: 2016-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rbbt-util