sushi_fabric 0.7.7 → 0.7.8
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 +3 -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: 1d28620a0cd51a868c9dc540d43104baf6143de4
|
|
4
|
+
data.tar.gz: 515b667c65a122448532873c6c02c8e4ee30f522
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d122aca0fcf39a4c644b1c0c9af90d7489b20868eeda329867d63da49c5d4c0a668461df13f17c193b4b00782c3f0653c198bca249032487e6f6e4c8d24275e4
|
|
7
|
+
data.tar.gz: 28806f9d1bb5a70a1f9be3864b7334c01d867fbf974c2a6fb4c22fc35d32fb174cdc759e5b2618f3d6919588ebccf740f47ce72725012cc3f43a79855ce0f0c1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
2
|
# encoding: utf-8
|
|
3
|
-
# Version = '
|
|
3
|
+
# Version = '20170817-160704'
|
|
4
4
|
|
|
5
5
|
require 'csv'
|
|
6
6
|
require 'fileutils'
|
|
@@ -674,6 +674,7 @@ rm -rf #{@scratch_dir} || exit 1
|
|
|
674
674
|
if comment = data_set_hash['Comment'] and !comment.to_s.empty?
|
|
675
675
|
data_set.comment = comment
|
|
676
676
|
end
|
|
677
|
+
data_set.sushi_app_name = self.class.name
|
|
677
678
|
|
|
678
679
|
sample_hash = {}
|
|
679
680
|
rows.each do |row|
|
|
@@ -1042,7 +1043,7 @@ rm -rf #{@scratch_dir} || exit 1
|
|
|
1042
1043
|
err_msgs.concat([err_msg])
|
|
1043
1044
|
failures += 1
|
|
1044
1045
|
else
|
|
1045
|
-
puts "\e[32mPASSED\e[0m:"
|
|
1046
|
+
puts "\e[32mPASSED\e[0m: #{WORKFLOW_MANAGER}"
|
|
1046
1047
|
end
|
|
1047
1048
|
|
|
1048
1049
|
if failures > 0
|
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.7.
|
|
4
|
+
version: 0.7.8
|
|
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-
|
|
11
|
+
date: 2017-08-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|