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 +4 -4
- data/lib/sushi_fabric/sushiApp.rb +1 -15
- data/lib/sushi_fabric/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68c7143037755247fc850a7c574aa720ab8aa4f39412f8e449d6236fd5d89d90
|
|
4
|
+
data.tar.gz: f0bd2e3063d60ce06367eb46df75a4af63fa9c5c7d8629c7d59e2190ea0a444b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 = '
|
|
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
|
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: 1.2.
|
|
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:
|
|
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.
|
|
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:
|