diff --git a/src/strainge/cli/kmersets.py b/src/strainge/cli/kmersets.py index 0155f35..95b8a52 100644 --- a/src/strainge/cli/kmersets.py +++ b/src/strainge/cli/kmersets.py @@ -196,7 +196,7 @@ def __call__(self, k, sequences, output, limit=None, prune=None, thresholds = kmerset.spectrum_filter() if thresholds: logger.info("Filtered kmerset. Only k-mers within frequency " - "range [%d, %d] are kept (mode %d).", *(thresholds[0], thresholds[2], thresholds[1])) + "range [%d, %d] are kept (mode %d).", thresholds[0], thresholds[2], thresholds[1]) else: logger.warning("Unable to compute filter thresholds! Continuing without filtering...")