myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2566] trunk: modified taverna 2 galaxy system ac


From: noreply
Subject: [myexperiment-hackers] [2566] trunk: modified taverna 2 galaxy system according to kostas' requests
Date: Tue, 1 Mar 2011 12:22:05 -0500 (EST)

Revision
2566
Author
dgc
Date
2011-03-01 12:22:04 -0500 (Tue, 01 Mar 2011)

Log Message

modified taverna 2 galaxy system according to kostas' requests

Modified Paths

Diff

Modified: trunk/app/views/workflows/galaxy_tool.rhtml (2565 => 2566)


--- trunk/app/views/workflows/galaxy_tool.rhtml	2011-02-28 16:24:52 UTC (rev 2565)
+++ trunk/app/views/workflows/galaxy_tool.rhtml	2011-03-01 17:22:04 UTC (rev 2566)
@@ -6,18 +6,32 @@
 
 <h1>Galaxy tool download</h1>
 
-<p>This download option provides you with a Galaxy tool that will execute a
-Taverna 2 workflow from Galaxy.  This requires access to a Taverna Server and
-you will need to provide a URL to that server so that Galaxy knows where to
-execute it.</p>
+<p>Galaxy is a web-based framework to aggregate bioinformatics tools in a
+uniform way and connect them in pipelines. This download option provides you
+with a Galaxy tool that will execute this Taverna 2 workflow from a Galaxy
+server. The zip archive contains the two files needed for a Galaxy tool and
+they have to be installed in the Galaxy server. (Administration privileges are
+required for installation.)</p>
 
+<p>Since the tool submits the workflow to a Taverna 2 server you will need to
+have access to one. It is straightforward to install a Taverna 2 server but for
+your convenience we provide a default test server to use. Please note that this
+server should only be used for testing the workflow!  <i>When using our Taverna
+2 test server, the only requirement is administration access to a Galaxy server
+to install the tool you are about to download.</i></p>
+
+<p>To avoid potential issues, we recommend that you test workflows first in
+Taverna 2 Workbench before you create a tool to run them through Galaxy.</p>
+
+<h2>Galaxy tool generator</h2>
+
 <div style="margin: 2em; padding: 1em; border: solid 1px gray">
 
   <% form_tag( { :action ="" :galaxy_tool_download } ) do %>
 
     <p>
       <b>Taverna server URL:</b><br />
-      <%= text_field_tag("server", "", :size => 100) %><br />
+      <%= text_field_tag("server", "http://mybiobank.org:8080/taverna-server", :size => 100) %><br />
       <small>E.g. http://www.example.com:8980/taverna-server</small>
     </p>
 
@@ -28,6 +42,14 @@
   <% end %>
 </div>
 
+<h2>Further information</h2>
+
+<ul>
+<li><a href="" a tool in Galaxy</a></li>
+<li><a href="" a Taverna 2 server</a></li>
+<li><a href="" Taverna Workbench</a></li>
+</ul>
+
 <p style="text-align: center; margin: 1em">
   <% form_tag( { :action ="" "show" }, :method => :get) do %>
     <%= submit_tag("Return to workflow") -%>

Modified: trunk/lib/taverna_to_galaxy.rb (2565 => 2566)


--- trunk/lib/taverna_to_galaxy.rb	2011-02-28 16:24:52 UTC (rev 2565)
+++ trunk/lib/taverna_to_galaxy.rb	2011-03-01 17:22:04 UTC (rev 2566)
@@ -25,7 +25,7 @@
 
     w2g_workflow = W2GWorkflow.new(nil, wkf_title, wkf_descr, wkf_inputs, wkf_outputs)
 
-    w2g_rest_object = W2GRestObject.new(workflow.named_download_url, w2g_workflow)
+    w2g_rest_object = W2GRestObject.new("#{workflow.named_download_url}?version=#{version}", w2g_workflow)
 
     # Set output files
     xml_file    = wv.unique_name + ".xml"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]