diff --git a/thapbi_pict/sample_tally.py b/thapbi_pict/sample_tally.py index dee95b50b..ff1f03e3f 100644 --- a/thapbi_pict/sample_tally.py +++ b/thapbi_pict/sample_tally.py @@ -98,8 +98,8 @@ def main( assert marker totals = Counter() - counts = defaultdict(int) - sample_counts = defaultdict(int) + counts = Counter() + sample_counts = Counter() sample_cutadapt = {} # before any thresholds samples = set() sample_pool = {}