Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RealTimeGenomics/rtg-tools
/ hasAlt
Method
hasAlt
src/main/java/com/rtg/vcf/VcfSplitCli.java:156–163 ·
view source on GitHub ↗
(int[] gt)
Source
from the content-addressed store, hash-verified
154
}
155
156
private
boolean hasAlt(
int
[] gt) {
157
for
(
int
id : gt) {
158
if
(id > 0) {
159
return
true;
160
}
161
}
162
return
false;
163
}
164
}
Callers
1
mainExec
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected