Fixing docs

This commit is contained in:
Eric Banks 2012-05-10 00:56:00 -04:00
parent 51936dcef3
commit 4f37d6d399
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import java.util.List;
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
* reads associated with the samples with polymorphic genotypes.
@ -101,4 +101,4 @@ public class QualByDepth extends InfoFieldAnnotation implements StandardAnnotati
return map;
}
}
}