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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 17101313c0aee926e43299fdcd4849127ea970eb
4
- data.tar.gz: 372dfd8724fb8dfb0445aead4353247dd04d9e98
3
+ metadata.gz: 1d28620a0cd51a868c9dc540d43104baf6143de4
4
+ data.tar.gz: 515b667c65a122448532873c6c02c8e4ee30f522
5
5
  SHA512:
6
- metadata.gz: 04e56ce67007163bb35c325ebc03255e7a036bc78acbd8f3be98b094a5050be4b7c4035105915ce7670ea5aef31f4570aed3bb3b35e25148525eab67f196db63
7
- data.tar.gz: f5faddbcfe9693991451f452fcf01545a6bea61d51b360e9b0d6b468c9756776232ea65d8c6750d24b93b952931e8d7ae0aa8147c4b1387b1da9145b2e7c5fc2
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 = '20170721-155710'
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
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "0.7.7"
2
+ VERSION = "0.7.8"
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.7.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-07-21 00:00:00.000000000 Z
11
+ date: 2017-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler