# HG changeset patch
# User wolma
# Date 1418163714 18000
# Node ID 92cdb9130d088d4eb092585db36a1047bd62317e
Uploaded
diff -r 000000000000 -r 92cdb9130d08 covstats.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/covstats.xml Tue Dec 09 17:21:54 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 92cdb9130d08 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Tue Dec 09 17:21:54 2014 -0500
@@ -0,0 +1,6 @@
+
+
+
+
+
+