sushi_fabric 1.2.4 → 1.2.5

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: 28252c62a5ac77892808193b02a694e48bf56c5f28cbe11ad8c26eb3076fd5d4
4
- data.tar.gz: 9c15be2d98e78916fac71ebd653761e50b0b0f6ace6698ee15a277d73e28aea8
3
+ metadata.gz: 68c7143037755247fc850a7c574aa720ab8aa4f39412f8e449d6236fd5d89d90
4
+ data.tar.gz: f0bd2e3063d60ce06367eb46df75a4af63fa9c5c7d8629c7d59e2190ea0a444b
5
5
  SHA512:
6
- metadata.gz: 67e11563c751c2c2905f8109046d376c24fd16418707d7e39be79fae7b6c93a01a300cbed6d5fdcf97984af1e613510602a44add4358528affb58fe3b0de0994
7
- data.tar.gz: 368bebe991f06642d8202eb7f65a97cb2dd6e762e01c712a1841e16350513dd45b59ef8b822a049163c383f5a00698057740faac540584158b71f97885e9b069
6
+ metadata.gz: ebb89970779ede7d176f38bd6cad8de240b027cfca028eae28d0fc1c75793d1c2293f881040ddb8733bfd351f111e772d20eb7e8c833229366f557e0eb4beee6
7
+ data.tar.gz: c385481e909ce0e60a41d208dcb2271e5240cb94f3205b4e51990d038c939734200d5b3fa879c14f1b9831d3a35f34ff48eb1d9ce35b8524b14e00bab48c46fa
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # Version = '20231208-144616'
3
+ # Version = '20240723-154553'
4
4
 
5
5
  require 'csv'
6
6
  require 'fileutils'
@@ -872,20 +872,6 @@ rm -rf #{@scratch_dir} || exit 1
872
872
  @current_user ||= nil
873
873
  @next_dataset_id = save_data_set(data_set_arr.to_a.flatten, headers, rows, @current_user, @child)
874
874
  save_parameters_in_sushi_db
875
-
876
- unless @off_bfabric_registration
877
- if next_dataset = DataSet.find_by_id(@next_dataset_id)
878
- next_dataset.register_bfabric(bfabric_application_number: @next_dataset_bfabric_application_number)
879
- if next_dataset.workunit_id
880
- @job_scripts.each do |job_script|
881
- open(job_script, "a") do |out|
882
- out.puts "WORKUNIT_ID=#{next_dataset.workunit_id}"
883
- out.puts "update_resource_size -w $WORKUNIT_ID"
884
- end
885
- end
886
- end
887
- end
888
- end
889
875
  end
890
876
  end
891
877
  copy_uploaded_files
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "1.2.4"
2
+ VERSION = "1.2.5"
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.2.4
4
+ version: 1.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Functional Genomics Center Zurich
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-08 00:00:00.000000000 Z
11
+ date: 2024-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -69,7 +69,7 @@ homepage: ''
69
69
  licenses:
70
70
  - MIT
71
71
  metadata: {}
72
- post_install_message:
72
+ post_install_message:
73
73
  rdoc_options: []
74
74
  require_paths:
75
75
  - lib
@@ -84,8 +84,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
84
84
  - !ruby/object:Gem::Version
85
85
  version: '0'
86
86
  requirements: []
87
- rubygems_version: 3.3.26
88
- signing_key:
87
+ rubygems_version: 3.5.5
88
+ signing_key:
89
89
  specification_version: 4
90
90
  summary: workflow manager client.
91
91
  test_files: