Mercurial > repos > mcharles > rapsosnp
annotate rapsodyn/MergeSamFiles.xml @ 15:56d328bce3a7 draft default tip
Uploaded
author | mcharles |
---|---|
date | Thu, 29 Jan 2015 08:54:06 -0500 |
parents | 3f7b0788a1c4 |
children |
rev | line source |
---|---|
7 | 1 <tool id="MergeSamFiles" name="MergeSamFiles" version="1.00"> |
2 <description>Merge multiple SAM files</description> | |
3 <command interpreter="perl"> | |
4 MergeSamFiles.pl $input_files > $output_file | |
5 </command> | |
6 <inputs> | |
7 <param name="input_files" type="data" format="sam" multiple="true" label="Select suitable SAM files from your history"/> | |
8 </inputs> | |
9 <outputs> | |
10 <data name="output_file" format="sam" label="MERGE on ${on_string}"/> | |
11 </outputs> | |
12 | |
13 <help> | |
14 | |
15 | |
16 | |
17 </help> | |
18 </tool> |