Files
galaxy/test/functional/tools/identifier_single.xml
T

14 lines
332 B
XML

<tool id="identifier_single" name="identifier_single">
<command>
echo '$input1.element_identifier' > 'output1'
</command>
<inputs>
<param type="data" name="input1" label="Input 1" />
</inputs>
<outputs>
<data name="output1" format="tabular" from_work_dir="output1" />
</outputs>
<tests>
</tests>
</tool>