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>
|