0
|
1 <tool id="phe_samtools_mpileup" name="PHE MPileup" version="1.0">
|
|
2 <description>PHE SNP and indel caller</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="1.1">samtools</requirement>
|
|
5 </requirements>
|
|
6 <command interpreter="bash">
|
|
7 phe_samtools_mpileup.sh $input_sam $ref_file $outvcf
|
|
8 </command>
|
|
9 <inputs>
|
|
10 <param name="input_sam" type="data" format="sam" label="SAM file" />
|
|
11 <param name="ref_file" type="data" format="fasta" label="Using reference file" />
|
|
12 </inputs>
|
|
13 <outputs>
|
|
14 <data format="vcf" name="outvcf" label="${tool.name} on ${on_string} VCF" />
|
|
15 </outputs>
|
|
16 <tests>
|
|
17 <test>
|
|
18 <param name="in_sam" value="in_short.sam" ftype="sam" />
|
|
19 <param name="ref_file" value="ref.fa" ftype="fasta" />
|
|
20 <output name="outvcf" file="out.vcf" ftype="vcf" />
|
|
21 </test>
|
|
22 </tests>
|
|
23 <help>
|
|
24
|
|
25 **Citation**
|
|
26
|
|
27 For the underlying tool, please cite `Li H, Handsaker B, Wysoker A, Fennell T, Ruan J, Homer N, Marth G, Abecasis G, Durbin R; 1000 Genome Project Data Processing Subgroup. The Sequence Alignment/Map format and SAMtools. Bioinformatics. 2009 Aug 15;25(16):2078-9. <http://www.ncbi.nlm.nih.gov/pubmed/19505943>`_
|
|
28
|
|
29 If you use this tool in Galaxy, please cite Blankenberg D, et al. *In preparation.*
|
|
30
|
|
31 </help>
|
|
32 </tool>
|