From f97ac939fa885a2181213c5fe37af12c9ed3fe44 Mon Sep 17 00:00:00 2001 From: hanna Date: Fri, 11 Dec 2009 17:09:35 +0000 Subject: [PATCH] Punch up the help documentation for CombineDuplicates. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2325 348d0f76-0448-11de-a6fe-93d51630548a --- .../gatk/walkers/duplicates/CountDuplicatesWalker.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/java/src/org/broadinstitute/sting/playground/gatk/walkers/duplicates/CountDuplicatesWalker.java b/java/src/org/broadinstitute/sting/playground/gatk/walkers/duplicates/CountDuplicatesWalker.java index cb14d1e75..e5c8aff9f 100644 --- a/java/src/org/broadinstitute/sting/playground/gatk/walkers/duplicates/CountDuplicatesWalker.java +++ b/java/src/org/broadinstitute/sting/playground/gatk/walkers/duplicates/CountDuplicatesWalker.java @@ -42,12 +42,8 @@ class DuplicateCount { } /** - * - * @author aaron - * - * Class CountDuplicatesWalker - * - * Count the number of duplicates, and the average depth of duplicates at all positions. + * Count the number of unique reads, duplicates, and the average depth of unique reads and duplicates at all positions. + * @author aaron */ public class CountDuplicatesWalker extends DuplicateWalker {