Skip to content

Commit

Permalink
Make "kevlar filter" summary output more correct
Browse files Browse the repository at this point in the history
  • Loading branch information
standage committed Feb 7, 2018
1 parent 1373d63 commit 8021e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kevlar/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def summarize_validate(readset, n, logfile=sys.stderr):
message += '\n '
message += '{:d} instances'.format(readset.masked[1])
message += ' of {:d} distinct k-mers'.format(readset.masked[0])
message += ' masked by the reference genome'
message += ' masked as contaminant or included in reference genome'
message += '\n '
message += '{:d} instances'.format(readset.lowabund[1])
message += ' of {:d} distinct k-mers'.format(readset.lowabund[0])
Expand Down

0 comments on commit 8021e91

Please sign in to comment.