Mercurial > repos > mcharles > rapsosnp
annotate rapsodyn/PileupVariant.xml @ 0:442a7c88b886 draft
Uploaded
author | mcharles |
---|---|
date | Wed, 10 Sep 2014 09:18:15 -0400 |
parents | |
children | 3f7b0788a1c4 |
rev | line source |
---|---|
0 | 1 <tool id="PileupVariant" name="PileupVariant" version="0.01"> |
2 <description>Keep only mpileup line with variant</description> | |
3 <command interpreter="perl"> | |
4 PileupVariant.pl $input_file > $output_file | |
5 </command> | |
6 <inputs> | |
7 <param name="input_file" type="data" format="pileup" label="Select a suitable input file from your history"/> | |
8 </inputs> | |
9 <outputs> | |
10 <data name="output_file" format="pileup" label="${tool.name} on ${on_string}"/> | |
11 </outputs> | |
12 | |
13 <help> | |
14 | |
15 | |
16 | |
17 </help> | |
18 </tool> |