sushi_fabric 0.2.4 → 0.2.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.
- data/lib/sushi_fabric/sushiApp.rb +3 -3
- data/lib/sushi_fabric/version.rb +1 -1
- metadata +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
# encoding: utf-8
|
3
|
-
# Version = '
|
3
|
+
# Version = '20140701-154826'
|
4
4
|
|
5
5
|
require 'csv'
|
6
6
|
require 'fileutils'
|
@@ -513,7 +513,6 @@ rm -rf #{@scratch_dir} || exit 1
|
|
513
513
|
save_input_dataset_as_tsv
|
514
514
|
|
515
515
|
t = Thread.new do
|
516
|
-
copy_inputdataset_parameter_jobscripts
|
517
516
|
|
518
517
|
## sushi writes creates the job scripts and builds the result data set that is to be generated
|
519
518
|
@result_dataset = []
|
@@ -527,6 +526,7 @@ rm -rf #{@scratch_dir} || exit 1
|
|
527
526
|
warn "the process mode (#{@params['process_mode']}) is not defined"
|
528
527
|
raise "stop job submitting"
|
529
528
|
end
|
529
|
+
copy_inputdataset_parameter_jobscripts
|
530
530
|
|
531
531
|
# job submittion
|
532
532
|
@job_scripts.each_with_index do |job_script, i|
|
@@ -535,7 +535,7 @@ rm -rf #{@scratch_dir} || exit 1
|
|
535
535
|
print "Submit job #{File.basename(job_script)} job_id=#{job_id}"
|
536
536
|
end
|
537
537
|
|
538
|
-
|
538
|
+
puts
|
539
539
|
print 'job scripts: '
|
540
540
|
p @job_scripts
|
541
541
|
print 'result dataset: '
|
data/lib/sushi_fabric/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sushi_fabric
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-07-01 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|