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