From d60dff7db926cc40a288584ac3f9970bb85c30c0 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 31 Mar 2021 23:54:28 +0200 Subject: rename to: skate-wikipedia-doi --- python/refcat/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index bceff2a..8459608 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1352,7 +1352,7 @@ class BiblioRefWikiDOISortedKeys(Refcat): def run(self): output = shellout(""" cat {input} | - skate-biblioref-from-wikipedia | + skate-wikipedia-doi | LC_ALL=C sort -S 10% -k2,2 | zstd -T0 -c > {output} """, input=self.input().path) -- cgit v1.2.3