Skip to content

Commit

Permalink
Removed some more print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Mar 12, 2021
1 parent ae82a2e commit b37f404
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mokapot/confidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ def _assign_confidence(self, desc=True):
scores[targets], scores[~targets], includeDecoys=True
)
except SystemExit as msg:
print(msg)
if "no decoy hits available for PEP calculation" in str(msg):
pep = 0
else:
Expand Down
1 change: 0 additions & 1 deletion mokapot/parsers/pin.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ def read_percolator(perc_file):

psms = pd.concat((c for c in _parse_in_chunks(perc, cols)), copy=False)

print(psms.head())
return psms


Expand Down

0 comments on commit b37f404

Please sign in to comment.