# HG changeset patch # User wolma # Date 1418509182 18000 # Node ID d831ac546bf71d6a9c6db0c3c6d8dcd5cbdf0b3f Imported from capsule None diff -r 000000000000 -r d831ac546bf7 covstats.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/covstats.xml Sat Dec 13 17:19:42 2014 -0500 @@ -0,0 +1,30 @@ + + Calculate coverage statistics for a BCF file as generated by the Variant Calling tool + + mimodd + + mimodd version -q + + mimodd covstats $ifile --ofile $output_vcf + + + + + + + + + + +.. 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. + + + diff -r 000000000000 -r d831ac546bf7 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sat Dec 13 17:19:42 2014 -0500 @@ -0,0 +1,6 @@ + + + + + +