Mercurial > repos > mcharles > rapsosnp
comparison rapsodyn/MergeSamFiles.xml @ 7:3f7b0788a1c4 draft
Uploaded
author | mcharles |
---|---|
date | Tue, 07 Oct 2014 10:34:34 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:1776b8ddd87e | 7:3f7b0788a1c4 |
---|---|
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> |