changeset 1:571d8a6ab03f draft

Uploaded
author bernhardlutz
date Sun, 22 Dec 2013 12:04:11 -0500
parents bd6675443923
children 30e23427bb9f
files rnaz.xml
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rnaz.xml	Sun Dec 22 12:04:11 2013 -0500
@@ -0,0 +1,22 @@
+<tool id="rnaz" name="RNAz" version="0.1.0">
+    <description></description>
+    <requirements>
+        <requirement type="package" version="1.0">rnaz</requirement>
+    </requirements>
+    <command>
+RNAz $inputaln $outfile
+    </command>
+    <stdio>
+        <exit_code range="1:" level="fatal" description="Error occurred. Please check Tool Standard Error" />
+        <exit_code range=":-1" level="fatal" description="Error occurred. Please check Tool Standard Error" />
+    </stdio>
+    <inputs>
+        <param format="aln" name="inputaln" type="data" label="Input Alignment File" />
+    </inputs>
+    <outputs>
+        <data name="outfile" format="txt" />
+    </outputs>
+    <help>**What it does**
+     
+    </help>
+</tool>