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.134 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.133 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.132 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.131 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.130 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.129 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.128 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.126 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.125 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.123 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.122 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.121 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.120 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.119 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.118 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.117 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.116 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.115 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.114 test/rbbt/workflow/remote/test_client.rb
rbbt-util-5.26.113 test/rbbt/workflow/remote/test_client.rb