rput 0.1.4 → 0.1.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.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/starter.rb +3 -3
  3. data/rput.gemspec +1 -1
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -30,7 +30,7 @@ class CycleController
30
30
  end
31
31
  def run_as_batch(script, logpath)
32
32
  raise "#{script} missing" unless File.exist?(script)
33
- raise "#{log} missing" unless File.exist?(logpath)
33
+ #raise "#{logpath} missing" unless File.exist?(logpath)
34
34
  raise "User Number of parsimony trees not set" unless @opts[:num_parsi_trees] > 0
35
35
  raise "Total Number of parsimony trees not set" unless @opts[:num_ptrees] > 0
36
36
  opts = @opts[:iter].to_s
@@ -129,7 +129,7 @@ class TreeBunchStarter
129
129
  :base_dir => @base_dir,
130
130
  :exp_name => opts[:exp_name]
131
131
  )
132
- c.run_as_batch(@cluster_batch, @logname)
132
+ c.run_as_batch(@cluster_batch, @logpath)
133
133
  "cluster"
134
134
  else
135
135
  logput "****** Start update no #{@update_id} ********"
@@ -185,7 +185,7 @@ class TreeBunchStarter
185
185
  :base_dir => @base_dir,
186
186
  :exp_name => opts[:exp_name]
187
187
  )
188
- c.run_as_batch(@cluster_batch, @logname)
188
+ c.run_as_batch(@cluster_batch, @logpath)
189
189
  "cluster"
190
190
  else
191
191
  logput "Start generating initial bunch"
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rput}
8
- s.version = "0.1.4"
8
+ s.version = "0.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = [%q{Fernando Izquierdo-Carrasco}]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rput
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Fernando Izquierdo-Carrasco