diff hello.xml @ 3:5b5de012bc2e draft default tip

Uploaded hello.xml
author sebastian
date Fri, 21 Feb 2014 10:30:03 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hello.xml	Fri Feb 21 10:30:03 2014 -0500
@@ -0,0 +1,13 @@
+<tool id="hello_script" name="Hello Script">
+   <description>hello world script to import in Galaxy</description>
+   <command interpreter="python">hello.py</command>
+   <inputs>
+   </inputs>
+   <outputs>
+   </outputs>
+
+   <help>
+ Just type: python hello.py
+   </help>
+
+ </tool>