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

Method toString

src/main/java/com/rtg/vcf/eval/Orientor.java:157–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 */
156 Orientor SQUASH_GT = new Orientor() {
157 @Override
158 public String toString() {
159 return "squash (" + haplotypes() + " haplotypes)";
160 }

Callers 15

decomposeMethod · 0.65
getStatisticsMethod · 0.65
addBreakdownMethod · 0.65
mainExecMethod · 0.65
vcfRecordToPredictionMethod · 0.65
writeMethod · 0.65
writeHeaderMethod · 0.65
additionalChecksMethod · 0.65
percentMethod · 0.65
divideMethod · 0.65
statisticsMapMethod · 0.65
getStatisticsMethod · 0.65

Implementers 5

MockOrientorsrc/test/java/com/rtg/vcf/eval/PathTes
UnphasedOrientorsrc/main/java/com/rtg/vcf/eval/Oriento
PhasedOrientorsrc/main/java/com/rtg/vcf/eval/Oriento
AltOrientorsrc/main/java/com/rtg/vcf/eval/Oriento
ParentalVariantsrc/main/java/com/rtg/vcf/eval/Parenta

Calls

no outgoing calls

Tested by

no test coverage detected