diff --git a/python/labe/tasks.py b/python/labe/tasks.py index 0ffe0f3..94ad348 100644 --- a/python/labe/tasks.py +++ b/python/labe/tasks.py @@ -260,7 +260,7 @@ def requires(self): def run(self): output = shellout(r""" zstdcat -T0 {input} | - makta -T INTEGER -init -o {output} + makta -I 1 -T INTEGER -init -o {output} """, input=self.input().path) luigi.LocalTarget(output).move(self.output().path)