Mercurial > repos > xuebing > sharplabtool
comparison tools/validation/fix_errors.xml @ 0:9071e359b9a3
Uploaded
| author | xuebing |
|---|---|
| date | Fri, 09 Mar 2012 19:37:19 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:9071e359b9a3 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool name="Fix errors" id="fix_errors" hidden="true"> | |
| 3 | |
| 4 <description>in data validation</description> | |
| 5 | |
| 6 <command interpreter="python"> | |
| 7 fix_errors.py $input $errorsfile $output -x $ext --methods=$methods | |
| 8 </command> | |
| 9 | |
| 10 <inputs> | |
| 11 <param name="errorsfile" type="text" /> | |
| 12 <param type="data" name="input" /> | |
| 13 <param name="ext" type="text" /> | |
| 14 <param name="methods" type="text" /> | |
| 15 </inputs> | |
| 16 | |
| 17 <code file="fix_errors_code.py"/> | |
| 18 | |
| 19 <outputs> | |
| 20 <data name="output" format="input" metadata="input" /> | |
| 21 </outputs> | |
| 22 | |
| 23 </tool> |
