[Swift-commit] r7792 - SwiftApps/swift-galaxy/swift
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Thu Apr 24 12:08:59 CDT 2014
Author: ketan
Date: 2014-04-24 12:08:59 -0500 (Thu, 24 Apr 2014)
New Revision: 7792
Added:
SwiftApps/swift-galaxy/swift/tryswift.xml
Log:
adding tryswift
Added: SwiftApps/swift-galaxy/swift/tryswift.xml
===================================================================
--- SwiftApps/swift-galaxy/swift/tryswift.xml (rev 0)
+++ SwiftApps/swift-galaxy/swift/tryswift.xml 2014-04-24 17:08:59 UTC (rev 7792)
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<tool name="TrySwift" id="tryswift" tool_type="data_source">
+ <description>A tool to try Swift Online</description>
+ <command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command>
+ <inputs action="http://swiftvm4.ci.uchicago.edu" check_values="false" method="get">
+ <display>go to Try Swift server at $GALAXY_URL</display>
+ </inputs>
+ <request_param_translation>
+ <request_param galaxy_name="data_type" remote_name="data_type" missing="auto" >
+ <value_translation>
+ <value galaxy_value="auto" remote_value="txt" /> <!-- intermine currently always provides 'txt', make this auto detect -->
+ </value_translation>
+ </request_param>
+ </request_param_translation>
+ <uihints minwidth="800"/>
+ <outputs>
+ <data name="output" format="txt" />
+ </outputs>
+ <options sanitize="False" refresh="True"/>
+</tool>
More information about the Swift-commit
mailing list