mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
16 lines
395 B
XML
16 lines
395 B
XML
<tool id="identifier_multiple" name="identifier_multiple">
|
|
<command>
|
|
#for $input in $input1#
|
|
echo '$input.element_identifier' >> 'output1';
|
|
#end for#
|
|
</command>
|
|
<inputs>
|
|
<param type="data" name="input1" label="Input 1" multiple="true" />
|
|
</inputs>
|
|
<outputs>
|
|
<data name="output1" format="tabular" from_work_dir="output1" />
|
|
</outputs>
|
|
<tests>
|
|
</tests>
|
|
</tool>
|