0
|
1 <tool id="call_amr_mutations" name="PIMA: call AMR mutations" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
|
|
2 <description></description>
|
|
3 <macros>
|
|
4 <import>macros.xml</import>
|
|
5 </macros>
|
|
6 <expand macro="requirements"/>
|
|
7 <command detect_errors="exit_code"><![CDATA[
|
4
|
8 python '$__tool_directory__/call_amr_mutations.py'
|
3
|
9 --varscan_raw '$varscan_raw'
|
|
10 --output '$output'
|
0
|
11 ]]></command>
|
|
12 <inputs>
|
|
13 <param name="varscan_raw" type="data" format="vcf" label="Raw varscan VCF file"/>
|
|
14 </inputs>
|
|
15 <outputs>
|
3
|
16 <data name="output" format="vcf"/>
|
0
|
17 </outputs>
|
|
18 <tests>
|
|
19 <test>
|
3
|
20 <param name="varscan_raw" value="input.vcf" ftype="vcf"/>
|
|
21 <output name="output" value="output.vcf" ftype="vcf"/>
|
0
|
22 </test>
|
|
23 </tests>
|
|
24 <help>
|
|
25 **What it does**
|
|
26
|
3
|
27 Accepts VarScan mpileup2snps VCF file, filters it, and produces a filtered VCF file.
|
0
|
28 </help>
|
|
29 <expand macro="citations"/>
|
|
30 </tool>
|