adding a couple of small changes to support contract with VariantEval
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1283 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
b4adb5133a
commit
f13a1e8591
|
|
@ -273,7 +273,7 @@ public class RodGLF implements ReferenceOrderedDatum, AllelicVariant, Iterator<R
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public double getMAF() {
|
public double getMAF() {
|
||||||
throw new UnsupportedOperationException("getMAF is unsupported");
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -283,7 +283,7 @@ public class RodGLF implements ReferenceOrderedDatum, AllelicVariant, Iterator<R
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public double getHeterozygosity() {
|
public double getHeterozygosity() {
|
||||||
throw new UnsupportedOperationException("getHeterozygosity is unsupported");
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue