diff tools/validation/fix_errors.xml @ 0:9071e359b9a3

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:37:19 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/validation/fix_errors.xml	Fri Mar 09 19:37:19 2012 -0500
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<tool name="Fix errors" id="fix_errors" hidden="true">
+	
+	<description>in data validation</description>
+	
+	<command interpreter="python">
+		fix_errors.py $input $errorsfile $output -x $ext --methods=$methods
+	</command>
+	
+	<inputs>
+		<param name="errorsfile" type="text" />
+	        <param type="data" name="input" />
+		<param name="ext" type="text" />
+		<param name="methods" type="text" />
+	</inputs>
+	
+	<code file="fix_errors_code.py"/>
+	
+	<outputs>
+		<data name="output" format="input" metadata="input" />
+	</outputs>
+
+</tool>
\ No newline at end of file