aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/refcat/tasks.py2
1 files changed, 1 insertions, 1 deletions
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}
""",