Skip to content

Commit

Permalink
Fixed bug in phosphoRS module
Browse files Browse the repository at this point in the history
  • Loading branch information
naderm committed Jan 22, 2019
1 parent a315312 commit 04e387d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.13.7 (2019-01-22)

Bug fixes

- Fixed bug in phosphoRS module.

## 0.13.6 (2019-01-18)

Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion pycamv/search/discoverer.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def _reassign_rank(mods, rank_pos, psp_val):
]
reassigned = True

rank_pos = _sort_mods(o_mods + p_mods)
rank_pos[1] = _sort_mods(o_mods + p_mods)

return rank_pos, reassigned, ambiguous

Expand Down
2 changes: 1 addition & 1 deletion pycamv/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.13.6"
__version__ = "0.13.7"
"""
PyCAMVerter Version.
"""

0 comments on commit 04e387d

Please sign in to comment.