Whoops. Changed denominator from reads to bases.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@734 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
5d60efc498
commit
a0464633fd
|
|
@ -51,7 +51,7 @@ public class BasecallingStats {
|
||||||
* @return the percent of bases called consistently
|
* @return the percent of bases called consistently
|
||||||
*/
|
*/
|
||||||
public double getPercentConsistent() {
|
public double getPercentConsistent() {
|
||||||
return ((double) getBasesConsistent())/((double) getReadsTotal());
|
return ((double) getBasesConsistent())/((double) getBasesTotal());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue