mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
23 lines
552 B
XML
23 lines
552 B
XML
<?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> |