Mercurial > repos > mcharles > rapsodyn
annotate filtersamunique/filtersamunique.xml @ 5:26d2c851d48e draft
Uploaded
author | mcharles |
---|---|
date | Mon, 16 Jun 2014 06:18:07 -0400 |
parents | 428799b67007 |
children |
rev | line source |
---|---|
2 | 1 <tool id="filtersamunique" name="filtersamunique" version="0.01"> |
2 <description>Filter SAM file for uniquelly match reads</description> | |
3 <command interpreter="perl"> | |
4 filtersamunique.pl $input_sam_file > $output_file | |
5 </command> | |
6 <inputs> | |
7 <param name="input_sam_file" type="data" format="sam" label="Select a suitable input SAM file from your history"/> | |
8 </inputs> | |
9 <outputs> | |
10 <data name="output_file" format="sam" label="${tool.name} on ${on_string}"/> | |
11 </outputs> | |
12 | |
13 <help> | |
14 | |
15 | |
16 | |
17 </help> | |
18 </tool> |