/tools/validation/fix_errors.xml
https://bitbucket.org/cistrome/cistrome-harvard/ · XML · 23 lines · 17 code · 6 blank · 0 comment · 0 complexity · f2a830ccc3b6ab2377f53d07a3b0f78c MD5 · raw file
- <?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>