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:
parent
86dc98bfb5
commit
f97ac939fa
|
|
@ -42,12 +42,8 @@ class DuplicateCount {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
* Count the number of unique reads, duplicates, and the average depth of unique reads and duplicates at all positions.
|
||||||
* @author aaron
|
* @author aaron
|
||||||
*
|
|
||||||
* Class CountDuplicatesWalker
|
|
||||||
*
|
|
||||||
* Count the number of duplicates, and the average depth of duplicates at all positions.
|
|
||||||
*/
|
*/
|
||||||
public class CountDuplicatesWalker extends DuplicateWalker<DuplicateCount, DuplicateCount> {
|
public class CountDuplicatesWalker extends DuplicateWalker<DuplicateCount, DuplicateCount> {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue