Skip to content

Commit

Permalink
Set mapq on supplemental alignments in SamPairUtil (#1737)
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 authored Feb 21, 2025
1 parent b868bf4 commit 4cc0100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/htsjdk/samtools/SamPairUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ public static void setMateInformationOnSupplementalAlignment( final SAMRecord su
else {
supplemental.setAttribute(SAMTag.MC, null);
}
supplemental.setAttribute(SAMTag.MQ, matePrimary.getMappingQuality());
}

/**
Expand Down

0 comments on commit 4cc0100

Please sign in to comment.