Skip to content

Commit

Permalink
Merge pull request #29 from compomics/feature/beta4
Browse files Browse the repository at this point in the history
v2.0.0-beta.4
  • Loading branch information
RalfG authored Feb 15, 2021
2 parents 5c4fc7e + 3cda781 commit c27db1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ms2rescore/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Single source of ms2rescore version number."""

__version__ = "2.0.0-beta.3"
__version__ = "2.0.0-beta.4"
1 change: 1 addition & 0 deletions ms2rescore/rescore_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ def write_pin_files(
], axis=1
)
complete_df = complete_df.fillna(value=0).reset_index(drop=True)
complete_df = complete_df.loc[:, ~complete_df.columns.duplicated()]

# Add missing columns if necessary
if "ScanNr" not in complete_df.columns:
Expand Down

0 comments on commit c27db1d

Please sign in to comment.