annotate tools/samtools/samtools_flagstat.xml @ 1:cdcb0ce84a1b

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:15 -0500
parents 9071e359b9a3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool id="samtools_flagstat" name="flagstat" version="1.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <requirements>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <requirement type="package">samtools</requirement>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 </requirements>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <description>provides simple stats on BAM files</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <command>samtools flagstat $input1 > $output1
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 </command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param name="input1" type="data" format="bam" label="BAM File to Convert" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <data name="output1" format="txt" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <param name="input1" value="3unsorted.bam" ftype="bam" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <output name="output1" file="samtools_flagstat_out1.txt" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 </tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 **What it does**
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 This tool uses the SAMTools_ toolkit to produce simple stats on a BAM file.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 .. _SAMTools: http://samtools.sourceforge.net/samtools.shtml
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 </tool>