Mercurial > repos > mvdbeek > repeat_element_identifier
changeset 2:862f0f5bfab7 draft
planemo upload for repository https://github.com/artbio/tools-artbio commit 3d96056b65a38e7642cfeef4ed274dc76b88472a-dirty
author | mvdbeek |
---|---|
date | Wed, 11 May 2016 13:23:48 -0400 |
parents | b6eba97ffa0e |
children | 9b5d67bce66a |
files | repeat_element_identifier_tool.xml |
diffstat | 1 files changed, 1 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/repeat_element_identifier_tool.xml Wed May 11 13:22:18 2016 -0400 +++ b/repeat_element_identifier_tool.xml Wed May 11 13:23:48 2016 -0400 @@ -1,7 +1,4 @@ <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" @@ -9,17 +6,13 @@ </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."/> + <param name="input_file" type="data"/> </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>