sushi_fabric 0.9.7 → 0.9.8

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: 8ca5afb9de9e23912a2d514c547ff22d2edaf0a6c440e3663a0ac3fce59933f9
4
- data.tar.gz: 7a906efa08a1bd3ee1b33dd02ff9a4350f241042626120278b720b3b3294d013
3
+ metadata.gz: c57dc465158ddf76e857e126e427f581ecf1a65a805fd01af17e1782b0503208
4
+ data.tar.gz: 7ff6d22fd4617f2e10459474d86f706b1f4bbd39c7922031271c49c8f4f45269
5
5
  SHA512:
6
- metadata.gz: 482274611996c4e8c2d483088d1bcd8966d6136f849f7b77782d5ac0834556a56682fc2049f8c70da3aa48131bfa71ae13322a8e001252d4744d76787d9c2a23
7
- data.tar.gz: 561434d611bc97fe9e30a035db0f3e3b71cbec89dc767f2531e2bf1b03905030364cf1bd833a0c432cad0d184a87a6552ae90430fe03c47f272611799d35cdea
6
+ metadata.gz: c88d5589e019b1742b962d78550658c53302d453a2ce76c21b171f9caa4cc176be79ccb60dbb3d9edfb9cc88e7fbde1a36848a8392a64f089b1ffcbb53a99260
7
+ data.tar.gz: eacc4d03b02f4a94adeb42a40f2217022aa0b7659c1cfe3fc1035d9726dd04375e15eebf47c4a7f582416c7c7b18eabaac4e9c8b6e46c5c48fbea4139380ada6
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # Version = '20200703-164839'
3
+ # Version = '20200723-132451'
4
4
 
5
5
  require 'csv'
6
6
  require 'fileutils'
@@ -237,6 +237,7 @@ class SushiApp
237
237
  @params['ram'] = nil
238
238
  @params['scratch'] = nil
239
239
  @params['node'] = ''
240
+ @params['queue'] = ''
240
241
  @params['process_mode'] = 'SAMPLE'
241
242
  @params['samples'] = ''
242
243
  @job_ids = []
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "0.9.7"
2
+ VERSION = "0.9.8"
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.9.7
4
+ version: 0.9.8
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: 2020-07-03 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler