Minor fix of description

This commit is contained in:
Eric Banks 2011-07-01 18:07:35 -04:00
parent 358cf98b67
commit 0c9105ca22
1 changed files with 1 additions and 1 deletions

View File

@ -42,5 +42,5 @@ public class LowMQ implements InfoFieldAnnotation {
public List<String> getKeyNames() { return Arrays.asList("LowMQ"); }
public List<VCFInfoHeaderLine> getDescriptions() { return Arrays.asList(new VCFInfoHeaderLine(getKeyNames().get(0), 3, VCFHeaderLineType.Integer, "3-tuple: <fraction of reads with MQ=0>,<fraction of reads with MQ<=10>,<total nubmer of reads>")); }
public List<VCFInfoHeaderLine> getDescriptions() { return Arrays.asList(new VCFInfoHeaderLine(getKeyNames().get(0), 3, VCFHeaderLineType.Float, "3-tuple: <fraction of reads with MQ=0>,<fraction of reads with MQ<=10>,<total number of reads>")); }
}