sushi_fabric 0.8.0 → 0.8.1

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: 74a0373636607dbf092553c9d7266364085ebac3
4
- data.tar.gz: 9f0f962ed663be916a48f10e3c8f2bf26e1f1a58
3
+ metadata.gz: c45a202f89d69bf8644c7f52fe12e5eb36b4f0ab
4
+ data.tar.gz: c39c5d79fe90945c110d72544e3b110448bbcecf
5
5
  SHA512:
6
- metadata.gz: 458137924273c94447afd424c132188d7570b84e6c77c18517d7b1938919658e0ef90bd3a26645109f8e67ae5fcbbe7205c8ef86c1a9484df19f4191f9598b8c
7
- data.tar.gz: 5af63e36296c30a8ad44fa11474ace3919ab21e70f72ef44e3da01df65d3b0fd4c3d0e6bca6044d54347d817488e7c7531d35ec7487d6657cce997062b892662
6
+ metadata.gz: 6272a1a247fafcb4dcade60a6d6e8ef7818fde012c145dbe4c53f90e44c10e58beae1e16485b69f20a79b2685037d5dec13292928c181c33f71a6b8e37983cdb
7
+ data.tar.gz: 754e57c9126f512ae319fdb1000c519cf46d6f7ac3dadf6fd442ab93cdf6310226607fd576d81ab7c5861c6fbf39dd81fa33e98458f65f0d631cad09591e50bf
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # Version = '20170904-134222'
3
+ # Version = '20170905-154636'
4
4
 
5
5
  require 'csv'
6
6
  require 'fileutils'
@@ -671,11 +671,11 @@ rm -rf #{@scratch_dir} || exit 1
671
671
  data_set.project = project
672
672
  if parent_id = data_set_hash['ParentID'] and parent_data_set = DataSet.find_by_id(parent_id.to_i)
673
673
  data_set.data_set = parent_data_set
674
+ data_set.sushi_app_name = self.class.name
674
675
  end
675
676
  if comment = data_set_hash['Comment'] and !comment.to_s.empty?
676
677
  data_set.comment = comment
677
678
  end
678
- data_set.sushi_app_name = self.class.name
679
679
 
680
680
  sample_hash = {}
681
681
  rows.each do |row|
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sushi_fabric
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Functional Genomics Center Zurich
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-04 00:00:00.000000000 Z
11
+ date: 2017-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler