Fixing docs
This commit is contained in:
parent
51936dcef3
commit
4f37d6d399
|
|
@ -21,7 +21,7 @@ import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Variant confidence (given as (AB+BB)/AA from the PLs) / unfiltered depth.
|
* Variant confidence (from the QUAL field) / unfiltered depth.
|
||||||
*
|
*
|
||||||
* Low scores are indicative of false positive calls and artifacts. Note that QualByDepth requires sequencing
|
* Low scores are indicative of false positive calls and artifacts. Note that QualByDepth requires sequencing
|
||||||
* reads associated with the samples with polymorphic genotypes.
|
* reads associated with the samples with polymorphic genotypes.
|
||||||
|
|
@ -101,4 +101,4 @@ public class QualByDepth extends InfoFieldAnnotation implements StandardAnnotati
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue