Mercurial > repos > wolma > mimodd
view covstats.xml @ 5:bdd1995c9e66
upgrade to mimodd version 0.1.6.1
author | Wolfgang Maier |
---|---|
date | Tue, 28 Jul 2015 23:21:11 +0200 |
parents | 72d20758ba2c |
children | 85214e4428fd |
line wrap: on
line source
<tool id="coverage_stats" name="Coverage Statistics" version="0.1.6.1"> <description>Calculate coverage statistics for a BCF file as generated by the Variant Calling tool</description> <macros> <import>toolshed_macros.xml</import> </macros> <expand macro="requirements"/> <version_command>mimodd version -q</version_command> <command> mimodd covstats "$ifile" --ofile "$output_vcf" </command> <inputs> <param name="ifile" type="data" format="bcf" label="BCF input file" help="Use the Variant Calling tool to generate input for this tool."/> </inputs> <outputs> <data name="output_vcf" format="tabular" label="Coverage Statistics for ${on_string}"/> </outputs> <help> .. class:: infomark **What it does** The tool takes as input a BCF file produced by the *Variant Calling* tool, and calculates per-chromosome read coverage from it. .. class:: warningmark The tool treats genome positions missing from the BCF input as zero coverage, so it is safe to use ONLY with BCF files produced by the *Variant Calling* tool or through other commands that keep the information for all sites. </help> </tool>