From 79e0cf1384f28202769b6633d7f066686f526f09 Mon Sep 17 00:00:00 2001
From: Martin Czygan <martin.czygan@gmail.com>
Date: Tue, 1 Jun 2021 19:25:04 +0200
Subject: fix: we need a release schema

---
 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 01b3b46..f131fbc 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -512,7 +512,6 @@ class FatcatMapped(Refcat):
                           LC_ALL=C sort -T {tmpdir} -k1,1 -S25% --parallel 4 |
                           zstd -T0 -c > {output}
                           """,
-                          n=self.n,
                           mapper=self.mapper,
                           tmpdir=self.tmpdir,
                           input=self.input().path)
@@ -875,6 +874,7 @@ class UnmatchedResolveJournalNames(Refcat):
     def run(self):
         output = shellout("""
                           zstdcat -T0 {input} |
+                          skate-conv -f ref |
                           skate-resolve-journal-name -R -f 1 -B -A {abbrev} |
                           zstd -T0 -c > {output}
                           """,
-- 
cgit v1.2.3