sushi_fabric 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # encoding: utf-8
3
- # Version = '20140626-133635'
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
- puts
538
+ puts
539
539
  print 'job scripts: '
540
540
  p @job_scripts
541
541
  print 'result dataset: '
@@ -1,3 +1,3 @@
1
1
  module SushiFabric
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
3
3
  end
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
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-06-26 00:00:00.000000000 Z
12
+ date: 2014-07-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler