view repeat_element_identifier_tool.xml @ 1:b6eba97ffa0e draft

planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
author mvdbeek
date Wed, 11 May 2016 13:22:18 -0400
parents f62b463572f0
children 862f0f5bfab7
line wrap: on
line source

<tool id="repeat_element_identifier" name="repeat_element_identifier" version="0.0.1" hidden="false" >
  <description>Analyze mismatch frequencies in BAM/SAM alignments</description>
  <requirements>
  </requirements>
  <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" format="bam,sam" label="Alignment file" help="The input alignment file(s) for which to analyze the mismatches."/>
    </repeat>
  </inputs>
  <outputs>
    <data name="output" />
  </outputs>
  <tests>
  </tests>
  <help>
This tool will print the element identifier of files in a repeat section.
  </help>
  <citations>
  </citations>
</tool>