workflow_manager 0.2.3 → 0.2.4

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.
@@ -140,6 +140,7 @@ module WorkflowManager
140
140
  end
141
141
  def cluster_nodes
142
142
  nodes = {
143
+ 'fgcz-c-043: cpu 24,mem 23 GB,scr 11T' => 'fgcz-c-043',
143
144
  'fgcz-c-044: cpu 16,mem 128 GB,scr 500G' => 'fgcz-c-044',
144
145
  'fgcz-c-045: cpu 64,mem 504 GB,scr 15T' => 'fgcz-c-045',
145
146
  'fgcz-c-046: cpu 64,mem 504 GB,scr 11T' => 'fgcz-c-046',
@@ -157,9 +158,6 @@ module WorkflowManager
157
158
  'fgcz-c-061: cpu 8,mem 31 GB,scr 200G' => 'fgcz-c-061',
158
159
  'fgcz-c-063: cpu 12,mem 70 GB,scr 450G' => 'fgcz-c-063',
159
160
  'fgcz-c-065: cpu 24,mem 70 GB,scr 197G' => 'fgcz-c-065',
160
- 'fgcz-h-002: cpu 32,mem 63 GB,scr 500G' => 'fgcz-h-002',
161
- 'fgcz-h-005: cpu 16,mem 65 GB,scr 500G' => 'fgcz-h-005',
162
- 'fgcz-h-006: cpu 8,mem 30 GB,scr 500G' => 'fgcz-h-006',
163
161
  'fgcz-h-009: cpu 8,mem 30 GB,scr 500G' => 'fgcz-h-009',
164
162
  }
165
163
  end
@@ -1,3 +1,3 @@
1
1
  module WorkflowManager
2
- VERSION = "0.2.3"
2
+ VERSION = "0.2.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: workflow_manager
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.3
5
+ version: 0.2.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Functional Genomics Center Zurich