Skip to content

Commit

Permalink
add msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Eike Steinig committed May 25, 2017
1 parent 766ec41 commit 70c8dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dartqc/DartProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ def filter_read_counts(self, threshold=7):

replaced -= call_missing

stamp("Pre-processing found", replaced, "/", total, "calls = ", format((replaced/total)*100, ".2f"),
"% (excluding calls already designated as missing) with total read depth across two calls <=", threshold)
stamp("Pre-processing silenced {r}/{t} calls {p}".format(r=replaced, t=total,
p=format((replaced/total)*100, ".2f")))

self.call_attributes["modules"][self.name]["results"] = {
"total_calls": total,
Expand Down

0 comments on commit 70c8dc1

Please sign in to comment.