7
|
1 <tool id="PileupVariant" name="PileupVariant" version="1.01">
|
0
|
2 <description>Keep only mpileup line with variant</description>
|
|
3 <command interpreter="perl">
|
7
|
4 PileupVariant.pl -input_pileup_file $input_pileup_file -log_file $log_file > $output_pileup_file
|
0
|
5 </command>
|
|
6 <inputs>
|
7
|
7 <param name="input_pileup_file" type="data" format="pileup" label="Select a suitable input file from your history"/>
|
0
|
8 </inputs>
|
|
9 <outputs>
|
7
|
10 <data name="output_pileup_file" format="pileup" label="${tool.name} on ${on_string}"/>
|
|
11 <data name="log_file" format="txt" label="${tool.name} LOG on ${on_string}"/>
|
0
|
12 </outputs>
|
|
13
|
|
14 <help>
|
|
15
|
|
16
|
|
17
|
|
18 </help>
|
|
19 </tool>
|