Mercurial > repos > mvdbeek > repeat_element_identifier
view repeat_element_identifier_tool.xml @ 0:f62b463572f0 draft
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
author | mvdbeek |
---|---|
date | Wed, 11 May 2016 13:21:09 -0400 |
parents | |
children | b6eba97ffa0e |
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> <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>