sushi_fabric 0.9.4 → 0.9.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 +2 -1
- data/lib/sushi_fabric/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9def7c5a0d2a5182b79d9ca135ce3e7f67cf16b9
|
4
|
+
data.tar.gz: 0af352dc611de0e1bef415b9be3f8b01839c0dcb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27ef36219db2c723c615e6039c6f6e9ec7dfec53d5ade06f4ae8b48cea03c529d34588c5eeea8c466bf37d7c21d197741debe69a043ed981ea208b3e43959530
|
7
|
+
data.tar.gz: c308e2f6654df1a0d246c6288e00adc811edfb2014aeff4f48c86d7459ee11f8d03dd2c01fa7e71ce80062a27be0114712ac64a3b25c641fec6d138ff2d528ce
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
# encoding: utf-8
|
3
|
-
# Version = '
|
3
|
+
# Version = '20191219-104017'
|
4
4
|
|
5
5
|
require 'csv'
|
6
6
|
require 'fileutils'
|
@@ -227,6 +227,7 @@ class SushiApp
|
|
227
227
|
attr_accessor :mango_run_name
|
228
228
|
attr_accessor :input_dataset_bfabric_application_number
|
229
229
|
attr_accessor :next_dataset_bfabric_application_number
|
230
|
+
attr_reader :inactivate_nodes
|
230
231
|
def initialize
|
231
232
|
@gstore_dir = GSTORE_DIR
|
232
233
|
@project = nil
|
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: 0.9.
|
4
|
+
version: 0.9.5
|
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: 2019-
|
11
|
+
date: 2019-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|