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