-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep mapping quality separate from the alignment itself appears to make more sense: - Mapping quality for an alignment is not a property of an alignment per se, but is derived from its relationship to other alignments. - get_alignment returns an Alignment, but leaves mapq uninitialized, that is, we must remember to fill it in afterwards, which can easily be forgotten. - Sam::add_pair is passed two mapq values and also two Alignment instances, which also contain mapq values. It is unclear for the caller which of the values is chosen. - Adding a mapq parameter to Sam::add makes it mirror Sam::add_pair.
- Loading branch information
Showing
4 changed files
with
8 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters