view filtersamunique/filtersamunique.xml @ 2:428799b67007 draft

Uploaded
author mcharles
date Mon, 16 Jun 2014 06:11:14 -0400
parents
children
line wrap: on
line source

<tool id="filtersamunique" name="filtersamunique" version="0.01">
<description>Filter SAM file for uniquelly match reads</description>
<command interpreter="perl">
    filtersamunique.pl $input_sam_file > $output_file 
</command>
<inputs>
<param name="input_sam_file"  type="data" format="sam" label="Select a suitable input SAM file from your history"/>
</inputs>
<outputs>
 <data name="output_file" format="sam" label="${tool.name} on ${on_string}"/>
</outputs>

<help>



</help>
</tool>