view repeat_element_identifier_tool.xml @ 4:643eb09c9975 draft default tip

planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
author mvdbeek
date Wed, 11 May 2016 13:27:47 -0400
parents 9b5d67bce66a
children
line wrap: on
line source

<tool id="repeat_element_identifier" name="repeat_element_identifier" version="0.0.1" hidden="false" >
  <command>
		#for i in $rep
			echo "$i.input_file.element_identifier" > "$output"
		#end for
  </command>
  <inputs>
    <repeat name="rep" title="input">
      <param name="input_file" type="data"/>
    </repeat>
  </inputs>
  <outputs>
    <data name="output" format="txt" />
  </outputs>
  <help>
This tool will print the element identifier of files in a repeat section.
  </help>
</tool>