Sha256: 64632c892fcd0905491e2776b51c173f9f0751f861f5ad5af28f7fd640fcdda3

Contents?: true

Size: 405 Bytes

Versions: 38

Compression:

Stored size: 405 Bytes

Contents

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

class TestRemote < Test::Unit::TestCase
  def test_ssh
    Log.severity = 0
    client = WorkflowRemoteClient.new "ssh://localhost:Translation", "Translation"
    job = client.job("translate", "SSH-TEST", :genes => ["TP53","KRAS"])
    iii job.url
    puts job.run
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
rbbt-util-5.26.112 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.110 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.109 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.108 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.106 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.105 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.104 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.103 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.102 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.101 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.99 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.98 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.97 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.93 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.92 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.91 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.89 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.88 test/rbbt/workflow/remote/test_client.rb