Skip to content

Commit

Permalink
ready for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Mostafa Kalhor committed Apr 10, 2024
1 parent fe89064 commit cdd6a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spectrum_io/search_result/xisearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def add_mod_sequence(
"""
mod_a_positions = str(mod_a_positions) # Ensure it's a string
mod_b_positions = str(mod_b_positions) # Ensure it's a string

split_seq_a = [x for x in seq_a]
split_seq_b = [x for x in seq_b]

Expand Down
2 changes: 1 addition & 1 deletion tests/unit_tests/data/peptide_protein_map.tsv.params.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/cmnfs/home/m.kalhor/miniconda3/envs/oktoberfest/bin/pytest
/cmnfs/home/m.kalhor/miniconda3/envs/oktoberfest/bin/pytest

0 comments on commit cdd6a08

Please sign in to comment.