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
This commit is contained in:
hanna 2009-12-11 17:09:35 +00:00
parent 86dc98bfb5
commit f97ac939fa
1 changed files with 2 additions and 6 deletions

View File

@ -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<DuplicateCount, DuplicateCount> {