Check-in without javadoc = smackdown
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@2359 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
b234019cf5
commit
a810586418
|
|
@ -14,6 +14,9 @@ import org.broadinstitute.sting.utils.genotype.*;
|
||||||
|
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Walker to calculate the number of mismatches, their base counts, and their quality sums at confidence ref sites"
|
||||||
|
*/
|
||||||
@By(DataSource.REFERENCE)
|
@By(DataSource.REFERENCE)
|
||||||
public class LocusMismatchWalker extends LocusWalker<String,Integer> implements TreeReducible<Integer> {
|
public class LocusMismatchWalker extends LocusWalker<String,Integer> implements TreeReducible<Integer> {
|
||||||
@Argument(fullName="confidentRefThreshold",doc="Set the lod score that defines confidence in ref, defaults to 4", required=false)
|
@Argument(fullName="confidentRefThreshold",doc="Set the lod score that defines confidence in ref, defaults to 4", required=false)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue