sushi_fabric 1.1.0 → 1.1.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
  SHA256:
3
- metadata.gz: 4e8c7afdc3db914867cb23a1274fe257e8d16f60904c867e84ada16b3faeec5b
4
- data.tar.gz: 9e0db5e3421c31767b1c089652831dee04fd536e557969ad17519dbd1f681d0a
3
+ metadata.gz: f27bf481942df3066dc10ead974eb849cbc0c2f7ad010599d2d75b7cdf9d6762
4
+ data.tar.gz: fd39ea3911fd3f9571ceb4c3b2071e51103109d85f7e9e042edabddc95733adc
5
5
  SHA512:
6
- metadata.gz: ff6aa500c3ce2f3bdf1a33d3829b1aed9031c949fc894f69d23b9cbb7e47b4fbdb5c4477d3cb916e139c944521eeae0b619e7f1cc1df1991054d1b94cf7dd528
7
- data.tar.gz: a491d23bef554e292253aa28f08677b940bf8f2fd6a6d798a7423a1a62fba439bb378321ceb99464fd68a044f6031a3e25c578387406951a1c2f5b18e797196f
6
+ metadata.gz: 36560e6365fe052621295480761c71b1082601f645261a728910e8c03372a601fdfd8ea9883233a68212eaf0cbd60598a32c62fcbc068445b6c150bdf170aeb8
7
+ data.tar.gz: 930e64f997d8383991e88c5c6f21fab27d5c1f40e59e16987b002a62615d96aa65571eca1c055708c75b0f96496bd3bf3a9ee72d025e5a75e1e1e79b8143c973
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # Version = '20210730-151826'
3
+ # Version = '20210813-192118'
4
4
 
5
5
  require 'csv'
6
6
  require 'fileutils'
@@ -524,7 +524,7 @@ rm -rf #{@scratch_dir} || exit 1
524
524
  job_id = 0
525
525
  begin
526
526
  #job_id = @workflow_manager.start_monitoring(job_script, @user, 0, script_content, project_number, gsub_options.join(' '), @gstore_script_dir)
527
- job_id = @workflow_manager.start_monitoring3(job_script, script_content, @user, project_number, gsub_options.join(' '), @gstore_script_dir)
527
+ job_id = @workflow_manager.start_monitoring3(job_script, script_content, @user, project_number, gsub_options.join(' '), @gstore_script_dir, @next_dataset_id)
528
528
  rescue => e
529
529
  time = Time.now.strftime("[%Y.%m.%d %H:%M:%S]")
530
530
  @logger.error("*"*50)
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.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: 1.1.0
4
+ version: 1.1.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: 2021-07-30 00:00:00.000000000 Z
11
+ date: 2021-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler