diff pathway_image.xml @ 10:9b92372de9f6

rename snp to gsSnp, sap to gdSap
author Richard Burhans <burhans@bx.psu.edu>
date Tue, 04 Sep 2012 12:49:53 -0400
parents e29f4d801bb0
children
line wrap: on
line diff
--- a/pathway_image.xml	Tue Jul 10 11:41:22 2012 -0400
+++ b/pathway_image.xml	Tue Sep 04 12:49:53 2012 -0400
@@ -11,7 +11,7 @@
   </command>
 
   <inputs>
-    <param name="input" type="data" format="sap" label="Table">
+    <param name="input" type="data" format="gdSap" label="Table">
       <validator type="metadata" check="kegg_gene,kegg_path" message="Missing KEGG gene code column and/or KEGG pathway code/name column metadata.  Click the pencil icon in the history item to edit/save the metadata attributes" />
     </param>
     <param name="pathway" type="select">
@@ -29,7 +29,7 @@
 
   <tests>
     <test>
-      <param name="input" value="test_in/sample.sap" ftype="sap" />
+      <param name="input" value="test_in/sample.gdSap" ftype="gdSap" />
       <param name="pathway" value="cfa05214" />
       <output name="output" file="test_out/pathway_image/pathway_image.png" compare="sim_size" delta = "10000" />
     </test>