sushi_fabric 1.1.2 → 1.1.3

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: d8673a804328196ed41af9ab969a5ae84871bcdfe642e699c7564d9a30ebeb5b
4
- data.tar.gz: 3749f2baffa9e17e37e26e36d5942bcef0d70d0ad6e1b34844892e48ab2e9482
3
+ metadata.gz: 07c091813e683833c643c422de04c2a225ad3475ce46cf864003836c6b1056f9
4
+ data.tar.gz: 03fa7b3efd213571886969d39e40cdb88e6af13e3b37a0ab195fafcc94a061da
5
5
  SHA512:
6
- metadata.gz: 0dc67d3759495c74ca090c919843dd2be3a05243a74bf9ad5a4966c9522d9434216320a9ad98edcb01eea7207f7caececa1212c4c0cefef7f561fe5710690121
7
- data.tar.gz: 1e81885828d563c1008c1b80b40f88fd9045de043715ca99c60b900dedb8671eda0746d90fb1a4505332230c0294cad073001c2b9af6ca3643f756e4e7f9f395
6
+ metadata.gz: 49dc7c8c246fb31206cf949c0f2279ed6bced0d3c947a6c843cc0017899ede527650b6b862ff9846f8504be70e2a8360742ec68c40638878db647f3707d3f796
7
+ data.tar.gz: 23ceb3abf7b4928ccdc92b1fc04fe745d9924374a7767d583f5a64e8947464463aa4577ba548ef1648cf4ce13c0a5f39aae93ba5468bce0d8d809c4aada436e2
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # Version = '20211015-142855'
3
+ # Version = '20211104-160141'
4
4
 
5
5
  require 'csv'
6
6
  require 'fileutils'
@@ -240,8 +240,6 @@ class SushiApp
240
240
  @params['cores'] = nil
241
241
  @params['ram'] = nil
242
242
  @params['scratch'] = nil
243
- @params['node'] = ''
244
- @params['queue'] = ''
245
243
  @params['partition'] = ''
246
244
  @params['process_mode'] = 'SAMPLE'
247
245
  @params['samples'] = ''
@@ -517,6 +515,7 @@ rm -rf #{@scratch_dir} || exit 1
517
515
  gsub_options << "-p #{@params['partition']}" unless @params['partition'].to_s.empty?
518
516
  gsub_options << "-r #{@params['ram']}" unless @params['ram'].to_s.empty?
519
517
  gsub_options << "-s #{@params['scratch']}" unless @params['scratch'].to_s.empty?
518
+ gsub_options << "-i #{@params['nice']}" unless @params['nice'].to_s.empty?
520
519
  command = "wfm_monitoring --server #{WORKFLOW_MANAGER} --user #{@user} --project #{@project.gsub(/p/,'')} --logdir #{@gstore_script_dir} #{job_script} #{gsub_options.join(' ')}"
521
520
  puts "submit: #{command}"
522
521
 
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
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.2
4
+ version: 1.1.3
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-10-15 00:00:00.000000000 Z
11
+ date: 2021-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler