Mercurial > repos > xuebing > sharplabtool
diff tools/samtools/samtools_flagstat.xml @ 0:9071e359b9a3
Uploaded
author | xuebing |
---|---|
date | Fri, 09 Mar 2012 19:37:19 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/samtools/samtools_flagstat.xml Fri Mar 09 19:37:19 2012 -0500 @@ -0,0 +1,29 @@ +<tool id="samtools_flagstat" name="flagstat" version="1.0.0"> + <requirements> + <requirement type="package">samtools</requirement> + </requirements> + <description>provides simple stats on BAM files</description> + <command>samtools flagstat $input1 > $output1 + </command> + <inputs> + <param name="input1" type="data" format="bam" label="BAM File to Convert" /> + </inputs> + <outputs> + <data name="output1" format="txt" /> + </outputs> + <tests> + <test> + <param name="input1" value="3unsorted.bam" ftype="bam" /> + <output name="output1" file="samtools_flagstat_out1.txt" /> + </test> + </tests> + <help> + +**What it does** + +This tool uses the SAMTools_ toolkit to produce simple stats on a BAM file. + +.. _SAMTools: http://samtools.sourceforge.net/samtools.shtml + + </help> +</tool>