Sha256: ae692302455a4e7b98b42324e17d8927e843a54ad8db5332d57c1fe875939e34

Contents?: true

Size: 354 Bytes

Versions: 49

Compression:

Stored size: 354 Bytes

Contents

require File.join(File.expand_path(File.dirname(__FILE__)), '..', 'test_helper.rb')
require 'rbbt/hpc'
require 'rbbt/workflow'

class TestHPC < Test::Unit::TestSuite
  def test_relay
    Log.severity = 0
    Workflow.require_workflow "Translation"
    job = Translation.job(:translate, nil, :genes => %w(TP53 KRAS))
    Marenostrum.relay job

  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
rbbt-util-5.26.101 test/rbbt/test_hpc.rb
rbbt-util-5.26.99 test/rbbt/test_hpc.rb
rbbt-util-5.26.98 test/rbbt/test_hpc.rb
rbbt-util-5.26.97 test/rbbt/test_hpc.rb
rbbt-util-5.26.93 test/rbbt/test_hpc.rb
rbbt-util-5.26.92 test/rbbt/test_hpc.rb
rbbt-util-5.26.91 test/rbbt/test_hpc.rb
rbbt-util-5.26.89 test/rbbt/test_hpc.rb
rbbt-util-5.26.88 test/rbbt/test_hpc.rb