diff target_spy.xml @ 0:17e442abb3de draft default tip

Uploaded
author david-hoover
date Wed, 23 Jul 2014 10:27:07 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/target_spy.xml	Wed Jul 23 10:27:07 2014 -0400
@@ -0,0 +1,23 @@
+<tool id="target_spy" name="Target Spy">
+	<description>Find targets for miRNAs</description>
+
+	<requirements>
+                <requirement type="perl-module">target_spy_wrapper.pl</requirement>
+        </requirements>
+
+        <command interpreter="perl">
+		./target_spy_wrapper.pl $mirna_file $trans_file $targets
+	</command>
+
+	<inputs>
+		<param format="fasta" name="mirna_file" type="data" optional="false" label="miRNA file in Fasta format" />
+		<param format="fasta" name="trans_file" type="data" optional="false" label="3' UTR transcript file in Fasta format" />
+	</inputs>
+
+	<outputs>
+		<data format="txt" name="targets"/>
+	</outputs>
+
+	<help>
+	</help>
+</tool>