From 819c3d0c1593c0f82fff1ab4661785d989794454 Mon Sep 17 00:00:00 2001 From: Eric Banks Date: Tue, 15 May 2012 10:27:52 -0400 Subject: [PATCH] Adding to the Hrun docs --- .../sting/gatk/walkers/annotator/HomopolymerRun.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/java/src/org/broadinstitute/sting/gatk/walkers/annotator/HomopolymerRun.java b/public/java/src/org/broadinstitute/sting/gatk/walkers/annotator/HomopolymerRun.java index 197a00243..7caddac95 100755 --- a/public/java/src/org/broadinstitute/sting/gatk/walkers/annotator/HomopolymerRun.java +++ b/public/java/src/org/broadinstitute/sting/gatk/walkers/annotator/HomopolymerRun.java @@ -17,7 +17,7 @@ import java.util.List; import java.util.Map; /** - * Largest contiguous homopolymer run of the variant allele in either direction on the reference. + * Largest contiguous homopolymer run of the variant allele in either direction on the reference. Computed only for bi-allelic sites. */ public class HomopolymerRun extends InfoFieldAnnotation implements StandardAnnotation {