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 +4 -4
- data/lib/sushi_fabric/sushiApp.rb +2 -2
- data/lib/sushi_fabric/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: c45a202f89d69bf8644c7f52fe12e5eb36b4f0ab
|
4
|
+
data.tar.gz: c39c5d79fe90945c110d72544e3b110448bbcecf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 = '
|
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|
|
data/lib/sushi_fabric/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2017-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|