From 0406b312fc27582f4cc54b2005330e4929b73b90 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 9 Jul 2021 20:49:46 +0200 Subject: tasks: wiki, sort by doi in first column --- 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 8fdef31..65184c4 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1421,7 +1421,7 @@ class WikipediaDOI(Refcat): def run(self): output = shellout(""" skate-wikipedia-doi < {input} | - LC_ALL=C sort -T {tmpdir} -S 20% -k2,2 | + LC_ALL=C sort -T {tmpdir} -S 20% -k1,1 | zstd -T0 -c > {output} """, tmpdir=self.tmpdir, -- cgit v1.2.3