|
0
|
1 <tool id="samtools_0_1_18_flagstat" name="flagstat" version="1.0.0">
|
|
|
2 <requirements>
|
|
|
3 <requirement type="package" version="0.1.18">samtools</requirement>
|
|
|
4 </requirements>
|
|
|
5 <description>provides simple stats on BAM files</description>
|
|
|
6 <command>samtools flagstat "$input1" > "$output1"
|
|
|
7 </command>
|
|
|
8 <inputs>
|
|
|
9 <param name="input1" type="data" format="bam" label="BAM File" />
|
|
|
10 </inputs>
|
|
|
11 <outputs>
|
|
|
12 <data name="output1" format="txt" />
|
|
|
13 </outputs>
|
|
|
14 <!--
|
|
|
15 <tests>
|
|
|
16 <test>
|
|
|
17 <param name="input1" value="unsorted.bam" ftype="bam" />
|
|
|
18 <output name="output1" file="samtools_flagstat_out1.txt" />
|
|
|
19 </test>
|
|
|
20 </tests>
|
|
|
21 -->
|
|
|
22 <help>
|
|
|
23
|
|
|
24 This tool runs the flagstat command of samtools 0.1.18 to produce simple stats on a BAM file.
|
|
|
25
|
|
|
26 </help>
|
|
|
27 </tool>
|