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> |
---|