MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / accept

Method accept

src/main/java/com/rtg/vcf/eval/RocFilter.java:49–52  ·  view source on GitHub ↗
(VcfRecord rec, int[] gt)

Source from the content-addressed store, hash-verified

47 /** accepts everything **/
48 public static final RocFilter ALL = new RocFilter("ALL", false) {
49 @Override
50 public boolean accept(VcfRecord rec, int[] gt) {
51 return true;
52 }
53
54 @Override
55 public String fileName() {

Callers

nothing calls this directly

Calls 5

isHomozygousAltMethod · 0.95
isHeterozygousMethod · 0.95
getTypeMethod · 0.95
isIndelTypeMethod · 0.95
isComplexScoredMethod · 0.95

Tested by

no test coverage detected