From 63922f9e6a3d1ab0be13d3ae2fd4eb9c55069611 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 15 Jun 2021 11:36:41 +0200 Subject: tasks: compress output --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 5da1f05..7aecd08 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1292,7 +1292,7 @@ class BrefCombined(Refcat): output = shellout(""" skate-reduce -log {logfile} -m unmatched -B <(zstdcat -T0 {matched}) - -F <(zstdcat -T0 {refs}) > {output} + -F <(zstdcat -T0 {refs}) | zstd -c -T0 > {output} """, logfile=logfile, matched=self.input().get("matched").path, -- cgit v1.2.3