diff EDeN_test.xml @ 2:a3edc97e056c draft

Uploaded
author bgruening
date Thu, 05 Sep 2013 11:40:29 -0400
parents 99091a5d5c84
children 59b3b6ce10bb
line wrap: on
line diff
--- a/EDeN_test.xml	Wed Sep 04 07:59:08 2013 -0400
+++ b/EDeN_test.xml	Thu Sep 05 11:40:29 2013 -0400
@@ -4,38 +4,22 @@
     </requirements>
     <command>
         EDeN --action TEST
-        
-        --input_data_file_name $infile
-        --model_file_name $model_outfile
+
+        --input_data_file_name $sparse_vector_infile
+        --model_file_name $model_infile
 
         --file_type "SPARSE_VECTOR"
         --binary_file_type
 
-        --kernel_type $kernel_type
-        --graph_type $graph_type
-
     </command>
     <inputs>
-        <param format="eden_sparse_vector" name="infile" type="data" label="Input Graph" help=""/>
-
-        <param name="kernel_type" type="select" display="radio" label="Type of the Kernel">
-            <option value="NSPDK">NSPDK</option>
-            <option value="WDK">WDK</option>
-            <option value="PBK">PBK</option>
-            <option value="USPK">USPK</option>
-            <option value="DDK">DDK</option>
-            <option value="NSDDK">ANSDDK</option>
-            <option value="SK">SK [NSPDK]</option>
-        </param>
-
-        <param name="graph_type" type="select" display="radio" label="Type of Graph">
-            <option value="DIRECTED">directed</option>
-            <option value="UNDIRECTED">undirected</option>
-        </param>
+        <param format="eden_sparse_vector" name="sparse_vector_infile" type="data" label="Input File" help=""/>
+        <param format="txt" name="model_infile" type="data" label="Input Model" 
+            help="created with the EDeN Train program"/>
 
     </inputs>
     <outputs>
-        <data format="txt" name="model_outfile" label="Generated  from ${on_string}"/>
+        <data format="tabular" name="output" label="Generated from ${on_string}"/>
     </outputs>
     <tests>
         <test>