Skip to content

Commit

Permalink
crosslinker_position_a changed to str
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafakalhor committed Apr 11, 2024
1 parent 76b480d commit 6e33d53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spectrum_fundamentals/mod_string.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def xisearch_to_internal(
seq_b: str,
mod_a: str,
mod_b: str,
crosslinker_position_a: int,
crosslinker_position_b: int,
crosslinker_position_a: str,
crosslinker_position_b: str,
mod_a_positions: Union[str, float],
mod_b_positions: Union[str, float],
):
Expand Down

0 comments on commit 6e33d53

Please sign in to comment.