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