diff SMART/DiffExpAnal/countNumber.xml @ 31:0ab839023fe4

Uploaded
author m-zytnicki
date Tue, 30 Apr 2013 14:33:21 -0400
parents 94ab73e8a190
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SMART/DiffExpAnal/countNumber.xml	Tue Apr 30 14:33:21 2013 -0400
@@ -0,0 +1,16 @@
+<tool id="countNumber" name="countNumber">
+	<description>Calculate the number of reads(annotations) overlapping for each transcript.</description>
+	<command interpreter="perl"> countNumber.pl $input $outputCSV
+	</command>
+
+	<inputs>
+		<param name="input" type="data" format="gff3" label="Please choose your gff3 format file (which contains the number of overlaps)."/>		
+	</inputs>
+
+	<outputs>
+		<data format="csv" name="outputCSV" label="countNumber Output"/>
+	</outputs>
+
+	<help>
+	</help>
+</tool>