public class FingerprintResults extends Object
| Constructor | Description |
|---|---|
FingerprintResults(Path inputFile,
String readGroup,
String sampleAlias) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addResults(MatchResults matchResults) |
|
Path |
getInputFile() |
|
SortedSet<MatchResults> |
getMatchResults() |
|
String |
getReadGroup() |
|
String |
getSampleAlias() |
public void addResults(MatchResults matchResults)
public Path getInputFile()
public String getReadGroup()
public String getSampleAlias()
public SortedSet<MatchResults> getMatchResults()