Closed
Conversation
This was referenced Jan 17, 2025
nh13
added a commit
to fulcrumgenomics/pybwa
that referenced
this pull request
Jan 17, 2025
This requires us to patch bwa, which we store in the patches sub-directory. They are applied before we build, and reverted after the build completes (regardless of success). They can be removed when the bwa PRs are merged and submodule updated. See: lh3/bwa#438 See: lh3/bwa#439
nh13
added a commit
to fulcrumgenomics/pybwa
that referenced
this pull request
Jan 17, 2025
This requires us to patch bwa, which we store in the patches sub-directory. They are applied before we build, and reverted after the build completes (regardless of success). They can be removed when the bwa PRs are merged and submodule updated. See: lh3/bwa#438 See: lh3/bwa#439
nh13
added a commit
to fulcrumgenomics/pybwa
that referenced
this pull request
Jan 17, 2025
This requires us to patch bwa, which we store in the patches sub-directory. They are applied before we build, and reverted after the build completes (regardless of success). They can be removed when the bwa PRs are merged and submodule updated. See: lh3/bwa#438 See: lh3/bwa#439
Owner
|
Use the X0 and X1 tags |
Contributor
Author
|
@lh3 would you be willing to reconsider this? The HN tag is a standard tag across aligners, while X0 and X1 are not, and so we need to translate from the latter two tags to the former, and this PR would remove that. The MD to the XA tag would be incredibly useful, especially when looking at the alignments of alternative hits, even if we don't want all of them. And then this would be analogous to the SA tag. What's the harm in adding both? |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is really useful when we want to know the # of hits found, not just the # reported (in the XA tag), which can be zero there were too many.