workflow_manager 0.2.9 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -214,6 +214,7 @@ module WorkflowManager
214
214
  waiting_max = 60*60*8 # 8h
215
215
  # wait until the files come
216
216
  until waiting_time > waiting_max or
217
+ File.exist?(input_dataset_path) and
217
218
  file_list = input_dataset_file_list(input_dataset_path) and
218
219
  file_list.map!{|file| File.join(gstore_dir, file)} and
219
220
  go_submit = input_dataset_exist?(file_list)
@@ -1,3 +1,3 @@
1
1
  module WorkflowManager
2
- VERSION = "0.2.9"
2
+ VERSION = "0.3.0"
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.9
5
+ version: 0.3.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Functional Genomics Center Zurich