diff galaxy-conf/GeneTrackToBedGraph.xml @ 13:eb53be9a09f4 draft

Uploaded
author timpalpant
date Sat, 19 May 2012 10:36:45 -0400
parents 81d5b81fb3c2
children 3e477c7e0e73
line wrap: on
line diff
--- a/galaxy-conf/GeneTrackToBedGraph.xml	Wed Apr 25 16:53:48 2012 -0400
+++ b/galaxy-conf/GeneTrackToBedGraph.xml	Sat May 19 10:36:45 2012 -0400
@@ -2,12 +2,17 @@
   <description>converter</description>
   <command interpreter="sh">galaxyToolRunner.sh converters.GeneTrackToBedGraph -i $input -o $output</command>
   <inputs>
-      <param name="input" type="data" format="genetrack" label="Input GeneTrack index" />
+      <param name="input" type="data" format="tabular" label="Input GeneTrack index" />
   </inputs>
   <outputs>
       <data name="output" format="bedgraph" metadata_source="input" />
   </outputs>
-	
+	<tests>
+	  <test>
+	    <param name="input" value="test.genetrack" ftype="tabular"/>
+	    <output name="output" file="geneTrackToBedGraph.bedGraph"/>
+    </test>
+  </tests>
 <help>
 
 This tool will sum the counts from the forward and reverse strands in a GeneTrack_ index to create a BedGraph file.