sushi_fabric 0.7.8 → 0.7.9

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: 1d28620a0cd51a868c9dc540d43104baf6143de4
4
- data.tar.gz: 515b667c65a122448532873c6c02c8e4ee30f522
3
+ metadata.gz: 8a28ccb98349a0df16330acd6b60145a6c0363c4
4
+ data.tar.gz: c3fc85e3748c307d3e9428eca18114e924dc5192
5
5
  SHA512:
6
- metadata.gz: d122aca0fcf39a4c644b1c0c9af90d7489b20868eeda329867d63da49c5d4c0a668461df13f17c193b4b00782c3f0653c198bca249032487e6f6e4c8d24275e4
7
- data.tar.gz: 28806f9d1bb5a70a1f9be3864b7334c01d867fbf974c2a6fb4c22fc35d32fb174cdc759e5b2618f3d6919588ebccf740f47ce72725012cc3f43a79855ce0f0c1
6
+ metadata.gz: 964df0d91aeb1b4cc8e1b24830485f609a9de885a016f8d6882b603704cc55d461f344d373d108f6c534262a9a715b10a9055efd4475b980130fe7ec7c24c676
7
+ data.tar.gz: 0a80ae2afd12f39706c00b7d5f1b61a4b736c30e68673e3fd10a22796aa71b46173a79e94bf9f2b361589f8f97f7a57a6d0ee6fec02d885b12c55848c62a10cf
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # Version = '20170817-160704'
3
+ # Version = '20170818-111314'
4
4
 
5
5
  require 'csv'
6
6
  require 'fileutils'
@@ -519,6 +519,7 @@ rm -rf #{@scratch_dir} || exit 1
519
519
  def save_parameters_as_tsv
520
520
  file_path = File.join(@scratch_result_dir, @parameter_file)
521
521
  CSV.open(file_path, 'w', :col_sep=>"\t") do |out|
522
+ out << ["sushi_app", self.class.name]
522
523
  @output_params.each do |key, value|
523
524
  out << [key, value]
524
525
  end
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "0.7.8"
2
+ VERSION = "0.7.9"
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.8
4
+ version: 0.7.9
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-08-17 00:00:00.000000000 Z
11
+ date: 2017-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler