Browse code

fix typo in VCF FORMAT header for read.pos.mean.ref

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/gmapR@92856 bc3139a8-67e5-0310-9ffc-ced21a209358

Michael Lawrence authored on 25/07/2014 20:15:30
Showing 1 changed files

... ...
@@ -261,7 +261,7 @@ variantSummaryColumnDescriptions <- function(read_pos_breaks) {
261 261
     count.minus = "Raw minus strand ALT count",
262 262
     count.minus.ref = "Raw minus strand REF count",
263 263
     read.pos.mean = "Average read position for the ALT",
264
-    read.pos.mean.ref = "Average read position for the ALT",
264
+    read.pos.mean.ref = "Average read position for the REF",
265 265
     read.pos.var = "Variance in read position for the ALT",
266 266
     read.pos.var.ref = "Variance in read position for the REF",
267 267
     mdfne = "Median distance from nearest end of read for the ALT",