rbbt-util 5.28.6 → 5.28.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rbbt/entity.rb +1 -1
  3. data/lib/rbbt/fix_width_table.rb +5 -4
  4. data/lib/rbbt/persist.rb +9 -3
  5. data/lib/rbbt/persist/tsv/adapter.rb +0 -1
  6. data/lib/rbbt/persist/tsv/fix_width_table.rb +5 -3
  7. data/lib/rbbt/resource.rb +12 -6
  8. data/lib/rbbt/tsv/accessor.rb +10 -2
  9. data/lib/rbbt/tsv/dumper.rb +14 -2
  10. data/lib/rbbt/tsv/parallel/traverse.rb +2 -0
  11. data/lib/rbbt/tsv/util.rb +5 -1
  12. data/lib/rbbt/util/R.rb +2 -2
  13. data/lib/rbbt/util/cmd.rb +10 -0
  14. data/lib/rbbt/util/config.rb +2 -1
  15. data/lib/rbbt/util/misc/bgzf.rb +1 -1
  16. data/lib/rbbt/util/misc/inspect.rb +11 -7
  17. data/lib/rbbt/util/misc/system.rb +1 -1
  18. data/lib/rbbt/util/named_array.rb +1 -1
  19. data/lib/rbbt/util/open.rb +18 -17
  20. data/lib/rbbt/workflow/accessor.rb +1 -1
  21. data/lib/rbbt/workflow/definition.rb +8 -4
  22. data/lib/rbbt/workflow/integration/ansible.rb +53 -0
  23. data/lib/rbbt/workflow/integration/ansible/workflow.rb +60 -0
  24. data/lib/rbbt/workflow/step.rb +22 -5
  25. data/lib/rbbt/workflow/step/accessor.rb +6 -6
  26. data/lib/rbbt/workflow/util/archive.rb +3 -0
  27. data/lib/rbbt/workflow/util/orchestrator.rb +228 -0
  28. data/lib/rbbt/workflow/util/provenance.rb +7 -3
  29. data/lib/rbbt/workflow/util/trace.rb +182 -0
  30. data/share/rbbt_commands/ansible +55 -0
  31. data/share/rbbt_commands/purge_job +2 -5
  32. data/share/rbbt_commands/system/status +23 -23
  33. data/share/rbbt_commands/workflow/forget_deps +10 -3
  34. data/share/rbbt_commands/workflow/prov +2 -1
  35. data/test/rbbt/association/test_index.rb +6 -6
  36. data/test/rbbt/knowledge_base/test_query.rb +3 -3
  37. data/test/rbbt/knowledge_base/test_registry.rb +1 -1
  38. data/test/rbbt/persist/tsv/test_cdb.rb +0 -7
  39. data/test/rbbt/persist/tsv/test_kyotocabinet.rb +2 -8
  40. data/test/rbbt/persist/tsv/test_leveldb.rb +0 -6
  41. data/test/rbbt/persist/tsv/test_lmdb.rb +0 -6
  42. data/test/rbbt/persist/tsv/test_tokyocabinet.rb +15 -14
  43. data/test/rbbt/test_entity.rb +0 -1
  44. data/test/rbbt/test_knowledge_base.rb +3 -4
  45. data/test/rbbt/test_persist.rb +10 -6
  46. data/test/rbbt/test_workflow.rb +17 -16
  47. data/test/rbbt/tsv/parallel/test_traverse.rb +14 -0
  48. data/test/rbbt/tsv/test_accessor.rb +11 -0
  49. data/test/rbbt/tsv/test_attach.rb +0 -2
  50. data/test/rbbt/tsv/test_index.rb +6 -7
  51. data/test/rbbt/tsv/test_manipulate.rb +22 -3
  52. data/test/rbbt/util/R/test_model.rb +2 -1
  53. data/test/rbbt/util/R/test_plot.rb +0 -2
  54. data/test/rbbt/util/concurrency/test_processes.rb +1 -1
  55. data/test/rbbt/util/misc/test_bgzf.rb +11 -7
  56. data/test/rbbt/util/misc/test_lock.rb +0 -1
  57. data/test/rbbt/util/misc/test_multipart_payload.rb +1 -1
  58. data/test/rbbt/util/misc/test_pipes.rb +0 -5
  59. data/test/rbbt/util/test_R.rb +1 -0
  60. data/test/rbbt/util/test_log.rb +4 -6
  61. data/test/rbbt/util/test_misc.rb +0 -2
  62. data/test/rbbt/util/test_open.rb +0 -1
  63. data/test/rbbt/util/test_python.rb +17 -1
  64. data/test/rbbt/workflow/test_remote_workflow.rb +1 -1
  65. data/test/rbbt/workflow/test_schedule.rb +0 -0
  66. data/test/rbbt/workflow/test_step.rb +8 -3
  67. data/test/rbbt/workflow/util/test_orchestrator.rb +273 -0
  68. metadata +11 -5
  69. data/lib/rbbt/workflow/schedule.rb +0 -238
  70. data/test/rbbt/workflow/remote/test_client.rb +0 -56
@@ -45,7 +45,7 @@ TP53 NFKB1|GLI1 activation|activation true|true
45
45
 
46
46
  def test_index_flat
47
47
  require 'rbbt/sources/tfacts'
48
- file = TFacts.regulators
48
+ file = TFactS.regulators
49
49
  KNOWLEDGE_BASE.register :tfacts, file, :type => :flat, :source => "Transcription Factor Associated Gene Name=~Associated Gene Name", :merge => true
50
50
  assert KNOWLEDGE_BASE.subset(:tfacts, :source => ["TP53"], :target => :all).length > 10
51
51
  end
@@ -4,19 +4,12 @@ require 'rbbt/annotations'
4
4
  require 'rbbt/util/tmpfile'
5
5
  require 'test/unit'
6
6
 
7
- module TestAnnotation
8
- extend Annotation
9
-
10
- self.annotation :test_annotation
11
- end
12
-
13
7
  class TestPersistTSVCDB < Test::Unit::TestCase
14
8
 
15
9
  if Persist.respond_to? :open_cbd
16
10
  def test_organism
17
11
  require 'rbbt/sources/organism'
18
12
  TmpFile.with_file nil do |tmp_file|
19
- file = CMD.cmd("head -n 1000000", :in => Organism.identifiers("Hsa").open, :pipe => true)
20
13
  tsv = Organism.identifiers("Hsa").tsv(:key_field => "Associated Gene Name", :fields => ["Ensembl Gene ID"], :type => :single, :persist => true, :persist_engine => "CDB", :persist_dir => tmp_file)
21
14
  assert_equal "ENSG00000141510", tsv["TP53"]
22
15
  end
@@ -5,15 +5,9 @@ require 'rbbt/annotations'
5
5
  require 'rbbt/util/tmpfile'
6
6
  require 'test/unit'
7
7
 
8
- module TestAnnotation
9
- extend Annotation
10
-
11
- self.annotation :test_annotation
12
- end
13
-
14
8
  class TestPersistTSVKC < Test::Unit::TestCase
15
9
  if Persist.respond_to? :open_kyotocabinet
16
- def _test_organism_kch
10
+ def test_organism_kch
17
11
  require 'rbbt/sources/organism'
18
12
  TmpFile.with_file do |tmp_file|
19
13
  tsv = Organism.identifiers("Hsa").tsv :key_field => "Associated Gene Name", :fields => ["Ensembl Gene ID"], :type => :single, :persist => true, :persist_engine => "kch", :persist_dir => tmp_file
@@ -22,7 +16,7 @@ class TestPersistTSVKC < Test::Unit::TestCase
22
16
  end
23
17
 
24
18
 
25
- def _test_organism_kct
19
+ def test_organism_kct
26
20
  require 'rbbt/sources/organism'
27
21
  TmpFile.with_file do |tmp_file|
28
22
  tsv = Organism.identifiers("Hsa").tsv :key_field => "Associated Gene Name", :fields => ["Ensembl Gene ID"], :type => :single, :persist => true, :persist_engine => "kct", :persist_dir => tmp_file
@@ -4,12 +4,6 @@ require 'rbbt/annotations'
4
4
  require 'rbbt/util/tmpfile'
5
5
  require 'test/unit'
6
6
 
7
- module TestAnnotation
8
- extend Annotation
9
-
10
- self.annotation :test_annotation
11
- end
12
-
13
7
  class TestPersistTSVLevelDB < Test::Unit::TestCase
14
8
 
15
9
  if Persist.respond_to? :open_leveldb
@@ -4,12 +4,6 @@ require 'rbbt/annotations'
4
4
  require 'rbbt/util/tmpfile'
5
5
  require 'test/unit'
6
6
 
7
- module TestAnnotation
8
- extend Annotation
9
-
10
- self.annotation :test_annotation
11
- end
12
-
13
7
  class TestPersistTSVLMDB < Test::Unit::TestCase
14
8
 
15
9
  def test_organism
@@ -4,7 +4,8 @@ require 'rbbt/annotations'
4
4
  require 'rbbt/util/tmpfile'
5
5
  require 'test/unit'
6
6
 
7
- module TestAnnotation
7
+
8
+ module TestAnnotationModule
8
9
  extend Annotation
9
10
 
10
11
  self.annotation :test_annotation
@@ -25,8 +26,8 @@ class TestPersistTSVTC < Test::Unit::TestCase
25
26
  entity1 = "Entity 1"
26
27
  entity2 = "Entity 2"
27
28
 
28
- TestAnnotation.setup(entity1, :test_annotation => "1")
29
- TestAnnotation.setup(entity2, :test_annotation => "2")
29
+ TestAnnotationModule.setup(entity1, :test_annotation => "1")
30
+ TestAnnotationModule.setup(entity2, :test_annotation => "2")
30
31
 
31
32
  annotations = [entity1, entity2]
32
33
 
@@ -56,9 +57,9 @@ class TestPersistTSVTC < Test::Unit::TestCase
56
57
  entity2 = "Entity 2"
57
58
  entity2bis = "Entity 2"
58
59
 
59
- TestAnnotation.setup(entity1, :test_annotation => "1")
60
- TestAnnotation.setup(entity2, :test_annotation => "2")
61
- TestAnnotation.setup(entity2bis, :test_annotation => "2")
60
+ TestAnnotationModule.setup(entity1, :test_annotation => "1")
61
+ TestAnnotationModule.setup(entity2, :test_annotation => "2")
62
+ TestAnnotationModule.setup(entity2bis, :test_annotation => "2")
62
63
 
63
64
  annotations = [entity1, entity2, entity2bis]
64
65
 
@@ -105,8 +106,8 @@ class TestPersistTSVTC < Test::Unit::TestCase
105
106
  entity1 = "Entity 1"
106
107
  entity2 = "Entity 2"
107
108
 
108
- TestAnnotation.setup(entity1, :test_annotation => "1")
109
- TestAnnotation.setup(entity2, :test_annotation => "2")
109
+ TestAnnotationModule.setup(entity1, :test_annotation => "1")
110
+ TestAnnotationModule.setup(entity2, :test_annotation => "2")
110
111
 
111
112
  annotations = [entity1, entity2]
112
113
 
@@ -138,7 +139,7 @@ class TestPersistTSVTC < Test::Unit::TestCase
138
139
  entity2 = "Entity 2"
139
140
 
140
141
  annotations = [entity1, entity2]
141
- TestAnnotation.setup(annotations, :test_annotation => "1")
142
+ TestAnnotationModule.setup(annotations, :test_annotation => "1")
142
143
  annotations.extend AnnotatedArray
143
144
 
144
145
  persisted_annotations = Persist.persist("Test", :annotations, :annotation_repo => repo) do
@@ -171,11 +172,11 @@ class TestPersistTSVTC < Test::Unit::TestCase
171
172
  entity2 = "Entity 2"
172
173
 
173
174
  annotations = [entity1, entity2]
174
- TestAnnotation.setup(annotations, :test_annotation => "1")
175
+ TestAnnotationModule.setup(annotations, :test_annotation => "1")
175
176
  annotations.extend AnnotatedArray
176
177
 
177
178
  annotations_ary = [annotations]
178
- TestAnnotation.setup(annotations_ary, :test_annotation => "1")
179
+ TestAnnotationModule.setup(annotations_ary, :test_annotation => "1")
179
180
  annotations_ary.extend AnnotatedArray
180
181
 
181
182
  persisted_annotations = Persist.persist("Test", :annotations, :annotation_repo => repo) do
@@ -210,9 +211,9 @@ class TestPersistTSVTC < Test::Unit::TestCase
210
211
  entity2 = "Entity 2"
211
212
  entity2bis = "Entity 2"
212
213
 
213
- TestAnnotation.setup(entity1, :test_annotation => "1")
214
- TestAnnotation.setup(entity2, :test_annotation => "2")
215
- TestAnnotation.setup(entity2bis, :test_annotation => "2")
214
+ TestAnnotationModule.setup(entity1, :test_annotation => "1")
215
+ TestAnnotationModule.setup(entity2, :test_annotation => "2")
216
+ TestAnnotationModule.setup(entity2bis, :test_annotation => "2")
216
217
 
217
218
  annotations = [entity1, entity2, entity2bis]
218
219
 
@@ -199,7 +199,6 @@ class TestEntity < Test::Unit::TestCase
199
199
 
200
200
 
201
201
  $processed_multiple = []
202
- Log.severity = 0
203
202
 
204
203
  array = ReversableString.setup([string1, string2])
205
204
  assert_equal [string1, string2].collect{|s| s.chars}, array.multiple_annotation_list
@@ -62,7 +62,7 @@ class TestKnowledgeBase < Test::Unit::TestCase
62
62
  kb = KnowledgeBase.new tmpdir, Organism.default_code("Hsa")
63
63
  kb.format = {"Gene" => "Ensembl Gene ID"}
64
64
 
65
- kb.register :tfacts, TFacts.regulators, :source =>"=~Associated Gene Name"
65
+ kb.register :tfacts, TFactS.regulators, :source =>"=~Associated Gene Name"
66
66
 
67
67
  kb.get_index(:tfacts).reverse
68
68
  end
@@ -74,7 +74,7 @@ class TestKnowledgeBase < Test::Unit::TestCase
74
74
  kb = KnowledgeBase.new tmpdir, Organism.default_code("Hsa")
75
75
  kb.format = {"Gene" => "Ensembl Gene ID"}
76
76
 
77
- kb.register :tfacts, TFacts.regulators, :source =>"=~Associated Gene Name"
77
+ kb.register :tfacts, TFactS.regulators, :source =>"=~Associated Gene Name"
78
78
 
79
79
  assert_equal "Ensembl Gene ID", kb.get_database(:tfacts).key_field
80
80
 
@@ -113,10 +113,9 @@ class TestKnowledgeBase < Test::Unit::TestCase
113
113
 
114
114
  def test_knowledge_base_reuse
115
115
  organism = Organism.default_code("Hsa")
116
- Log.severity = 0
117
116
  TmpFile.with_file do |tmpdir|
118
117
  Path.setup(tmpdir)
119
- Association.index(TFacts.regulators, :persist_file => tmpdir.tfacts, :format => {"Gene" => "Ensembl Gene ID"}, :namespace => Organism.default_code("Hsa"))
118
+ Association.index(TFactS.regulators, :persist_file => tmpdir.tfacts, :format => {"Gene" => "Ensembl Gene ID"}, :namespace => Organism.default_code("Hsa"))
120
119
 
121
120
  kb = KnowledgeBase.load(tmpdir)
122
121
  assert kb.identify_source('tfacts', "TP53") =~ /ENSG/
@@ -4,12 +4,6 @@ require 'rbbt/annotations'
4
4
  require 'rbbt/util/tmpfile'
5
5
  require 'test/unit'
6
6
 
7
- module TestAnnotation
8
- extend Annotation
9
-
10
- self.annotation :test_annotation
11
- end
12
-
13
7
  class TestPersist < Test::Unit::TestCase
14
8
 
15
9
  def test_array_persist
@@ -78,4 +72,14 @@ class TestPersist < Test::Unit::TestCase
78
72
  stream.join
79
73
  end
80
74
  end
75
+
76
+ def test_newer
77
+ TmpFile.with_file("Test1") do |tmp1|
78
+ sleep 1
79
+ TmpFile.with_file("Test1") do |tmp2|
80
+ assert Persist.newer?(tmp1, tmp2)
81
+ assert ! Persist.newer?(tmp2, tmp1)
82
+ end
83
+ end
84
+ end
81
85
  end
@@ -204,7 +204,6 @@ class TestWorkflow < Test::Unit::TestCase
204
204
 
205
205
  def test_update_on_input_dependency_update
206
206
  Open.repository_dirs << File.join(ENV["HOME"],".rbbt/tmp/test/workflow")
207
- Log.severity = 0
208
207
  Misc.with_env "RBBT_UPDATE", "true" do
209
208
  send_input_dep_to_reverse_job = TestWF.job(:send_input_dep_to_reverse, nil, :name => "Miguel")
210
209
  send_input_dep_to_reverse_job.clean
@@ -376,21 +375,23 @@ class TestWorkflow < Test::Unit::TestCase
376
375
  def test_delete_dep
377
376
  job = TestWF.job(:t3).recursive_clean
378
377
  job.run
379
- assert job.checks.select{|d| d.task_name.to_s == "t1" }.any?
380
- job = TestWF.job(:t3)
381
- job.step(:t1).clean
382
- assert job.checks.select{|d| d.task_name.to_s == "t1" }.empty?
383
- job = TestWF.job(:t3).recursive_clean
384
- job.run
385
- assert job.checks.select{|d| d.task_name.to_s == "t1" }.any?
386
- job = TestWF.job(:t3)
387
- sleep 1
388
- Open.touch job.step(:t1).path
389
- Misc.with_env "RBBT_UPDATE", "false" do
390
- assert job.updated?
391
- end
392
- Misc.with_env "RBBT_UPDATE", "true" do
393
- assert ! job.updated?
378
+ Misc.with_env "RBBT_UPDATE", 'true' do
379
+ assert job.checks.select{|d| d.task_name.to_s == "t1" }.any?
380
+ job = TestWF.job(:t3)
381
+ job.step(:t1).clean
382
+ assert job.checks.select{|d| d.task_name.to_s == "t1" }.empty?
383
+ job = TestWF.job(:t3).recursive_clean
384
+ job.run
385
+ assert job.checks.select{|d| d.task_name.to_s == "t1" }.any?
386
+ job = TestWF.job(:t3)
387
+ sleep 1
388
+ Open.touch job.step(:t1).path
389
+ Misc.with_env "RBBT_UPDATE", "false" do
390
+ assert job.updated?
391
+ end
392
+ Misc.with_env "RBBT_UPDATE", "true" do
393
+ assert ! job.updated?
394
+ end
394
395
  end
395
396
  end
396
397
 
@@ -392,6 +392,20 @@ class TestTSVParallelThrough < Test::Unit::TestCase
392
392
  assert_equal size, stream.read.split("\n").length
393
393
  end
394
394
 
395
+ def test_traverse_into_path
396
+ size = 100
397
+ array = (1..size).to_a.collect{|n| n.to_s}
398
+ TmpFile.with_file do |tmpfile|
399
+ Path.setup(tmpfile)
400
+ io = TSV.traverse array, :into => tmpfile do |e|
401
+ e
402
+ end
403
+ io.join
404
+ assert_equal size, Open.read(tmpfile).split("\n").length
405
+ end
406
+ end
407
+
408
+
395
409
  def test_traverse_progress
396
410
  size = 1000
397
411
  array = (1..size).to_a.collect{|n| n.to_s}
@@ -222,6 +222,17 @@ row2 aa|aa|AA|AA b1|b2|B1|B2 Id1|Id1|Id2|Id2
222
222
  end
223
223
  end
224
224
 
225
+ def test_to_s_no_fields
226
+ file1 =<<-EOF
227
+ row6 dd dd ee
228
+ row1 a b c
229
+ row2 A B C
230
+ row3 1 2 3
231
+ EOF
232
+ tsv1 = TSV.open StringIO.new(file1), :sep => " "
233
+ assert tsv1.to_s(:sort, true).include?('dd')
234
+ end
235
+
225
236
  def test_to_s_unmerge_expand
226
237
  content =<<-EOF
227
238
  #Id ValueA ValueB OtherID
@@ -630,10 +630,8 @@ E B
630
630
  tsv1 = Rbbt.tmp.test.test1.data.tsv :double, :sep => /\s+/
631
631
  tsv2 = Rbbt.tmp.test.test2.data.tsv :double, :sep => /\s+/
632
632
 
633
- Log.severity = 0
634
633
  tsv1.attach tsv2, :fields => ["ValueE"] #, :persist_input => true
635
634
  Log.tsv tsv1
636
- ppp tsv1
637
635
 
638
636
  end
639
637
  end
@@ -29,7 +29,7 @@ row2 A B Id3
29
29
 
30
30
  TmpFile.with_file(content) do |filename|
31
31
  tsv = TSV.open(File.open(filename), :sep => /\s+/, :key_field => "OtherID", :persistence => false)
32
- index = tsv.index(:case_insensitive => true, :persistence => true)
32
+ index = tsv.index(:persistence => true)
33
33
  assert index["row1"].include? "Id1"
34
34
  assert_equal "OtherID", index.fields.first
35
35
  end
@@ -45,9 +45,8 @@ row2 A B Id3
45
45
 
46
46
  TmpFile.with_file(content) do |filename|
47
47
  tsv = TSV.open(File.open(filename), :sep => /\s+/, :key_field => "OtherID", :persistence => false)
48
- Log.tsv tsv
49
- index = tsv.index(:case_insensitive => true, :persistence => false, :fields => ["Id"], :target => "ValueA")
50
- Log.tsv index
48
+ index = tsv.index(:persistence => false, :fields => ["Id"], :target => "ValueA")
49
+ assert_equal "A", index["row2"]
51
50
  end
52
51
 
53
52
  end
@@ -243,7 +242,7 @@ g: ____
243
242
  EOF
244
243
  TmpFile.with_file(data) do |datafile|
245
244
  load_segment_data(datafile)
246
- TmpFile.with_file(load_segment_data(datafile)) do |tsvfile|
245
+ TmpFile.with_file(load_segment_data(datafile).to_s) do |tsvfile|
247
246
  f = TSV.range_index(tsvfile, "Start", "End", :persistence => true)
248
247
 
249
248
  #assert_equal %w(), f[0].sort
@@ -286,8 +285,8 @@ f: ___
286
285
  g: ____
287
286
  EOF
288
287
  TmpFile.with_file(data) do |datafile|
289
- TmpFile.with_file(load_segment_data(datafile)) do |tsvfile|
290
- f = TSV.range_index(tsvfile, "Start", "End", :filters => [["field:Start", "3"]])
288
+ TmpFile.with_file(load_segment_data(datafile).to_s) do |tsvfile|
289
+ f = TSV.range_index(tsvfile, "Start", "End", :filters => [["field:Start", "3"]], :persist_update => true)
291
290
 
292
291
  assert_equal %w(), f[0].sort
293
292
  assert_equal %w(), f[1].sort
@@ -117,6 +117,26 @@ row2 A B C
117
117
  end
118
118
  end
119
119
 
120
+ def test_slice_empty
121
+ content =<<-EOF
122
+ #ID ValueA ValueB Comment
123
+ row1 a b c
124
+ row2 A B C
125
+ EOF
126
+
127
+ TmpFile.with_file(content) do |filename|
128
+ tsv = TSV.open(File.open(filename), :type => :list, :sep => /\s/)
129
+ tsv = tsv.slice []
130
+ assert tsv.fields.empty?
131
+ TmpFile.with_file do |tmpfile|
132
+ iii tsv.to_s
133
+ Open.write(tmpfile, tsv.to_s)
134
+ tsv = TSV.open tmpfile
135
+ assert tsv.fields.empty?
136
+ end
137
+ end
138
+ end
139
+
120
140
  def test_select
121
141
  content =<<-EOF
122
142
  #Id ValueA ValueB OtherID
@@ -264,7 +284,7 @@ row3 a C Id4
264
284
 
265
285
  def test_reorder_flat
266
286
  content =<<-EOF
267
- #Id ValueA
287
+ #Id ValueA
268
288
  row1 a aa aaa
269
289
  row2 A
270
290
  row3 a
@@ -272,9 +292,8 @@ row3 a
272
292
 
273
293
  TmpFile.with_file(content) do |filename|
274
294
  tsv = TSV.open(File.open(filename), :sep => /\s+/, :type => :flat)
275
-
276
- assert_equal ["row1", "row3"].sort, tsv.reorder("ValueA")["a"]
277
295
 
296
+ assert_equal ["row1", "row3"].sort, tsv.reorder("ValueA")["a"]
278
297
  end
279
298
  end
280
299
 
@@ -1,4 +1,5 @@
1
1
  require File.join(File.expand_path(File.dirname(__FILE__)), '../../..', 'test_helper.rb')
2
+ require 'rbbt/util/R'
2
3
  require 'rbbt/util/R/model'
3
4
 
4
5
  class TestRModel < Test::Unit::TestCase
@@ -49,7 +50,7 @@ data = rbbt.model.inpute(data, CI ~ Dose, method=drm, classes='numeric', fct=LL.
49
50
  assert_equal result.size, result.column("CI").values.flatten.reject{|p| p.nil? or p.empty? or p == "NA"}.length
50
51
  end
51
52
 
52
- def test_ab_surv_corr
53
+ def __test_ab_surv_corr
53
54
  require 'rbbt/workflow'
54
55
  Workflow.require_workflow "Miller"
55
56
 
@@ -5,7 +5,6 @@ require 'rbbt/util/R/plot'
5
5
  class TestRPlot < Test::Unit::TestCase
6
6
  def __test_ggplotgif
7
7
 
8
- Log.severity = 0
9
8
  x = R.eval_a 'rnorm(100, 0, 1)'
10
9
  data = TSV.setup(x, "Num~#:type=:single#:cast=:to_f")
11
10
 
@@ -22,7 +21,6 @@ ggplot(data) + geom_density(bw=frame.value, aes(x=Val))
22
21
 
23
22
  def test_gif
24
23
 
25
- Log.severity = 0
26
24
  x = R.eval_a 'rnorm(100, 0, 1)'
27
25
  data = TSV.setup(x, "Num~#:type=:single#:cast=:to_f")
28
26
 
@@ -7,7 +7,7 @@ require 'rbbt/util/concurrency/processes'
7
7
  class TestConcurrencyProcess < Test::Unit::TestCase
8
8
 
9
9
  def setup
10
- Log.severity = 0
10
+ #Log.severity = 0
11
11
  end
12
12
 
13
13
  def test_process_throttle