Skip to content

Commit

Permalink
Log PD version
Browse files Browse the repository at this point in the history
  • Loading branch information
naderm committed Jan 17, 2019
1 parent d4abf59 commit 6e6d094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pycamv/search/discoverer.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,10 +797,11 @@ def read_discoverer_msf(msf_path):
)

LOGGER.info(
"Loaded {} peptides in {} hr:min:sec"
"Loaded {} peptides in {} hr:min:sec - PD Version {}"
.format(
len(out),
str(datetime.now() - start).split('.')[0],
".".join([str(i) for i in pd_version]),
)
)

Expand Down

0 comments on commit 6e6d094

Please sign in to comment.