BestEndMapqPrimaryAlignmentStrategy, BestMapqPrimaryAlignmentSelectionStrategy, EarliestFragmentPrimaryAlignmentSelectionStrategy, MostDistantPrimaryAlignmentSelectionStrategypublic interface PrimaryAlignmentSelectionStrategy
| Modifier and Type | Method | Description |
|---|---|---|
void |
pickPrimaryAlignment(picard.sam.HitsForInsert hitsForInsert) |
When this method returns, one alignment has been marked as primary according to the implementation's strategy.
|