Skip to content

Commit

Permalink
obob patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Oct 1, 2024
1 parent f0aa453 commit e6b0d5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ private static String getFivePrimeUtrSequenceFromReference(final ReferenceContex
extraBases = new String(referenceContext.getBases(
new SimpleInterval(
contig,
fivePrimeUtrs.get(fivePrimeUtrs.size() - 1).getEnd(),
fivePrimeUtrs.get(fivePrimeUtrs.size() - 1).getEnd() + 1,
fivePrimeUtrs.get(fivePrimeUtrs.size() - 1).getEnd() + numExtraBases)
));
}
Expand Down

0 comments on commit e6b0d5b

Please sign in to comment.