Skip to content

Commit

Permalink
chore: deprecation after instead of since
Browse files Browse the repository at this point in the history
clintval committed Dec 27, 2024
1 parent d8b2c42 commit a53f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fgpyo/sam/__init__.py
Original file line number Diff line number Diff line change
@@ -857,7 +857,7 @@ def set_mate_info(
r2.is_proper_pair = proper_pair


@deprecated("Use `set_mate_info()` instead. Deprecated as of fgpyo 0.8.0.")
@deprecated("Use `set_mate_info()` instead. Deprecated after fgpyo 0.8.0.")
def set_pair_info(r1: AlignedSegment, r2: AlignedSegment, proper_pair: bool = True) -> None:
"""Resets mate pair information between reads in a pair.

0 comments on commit a53f735

Please sign in to comment.