aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-01 19:25:04 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-01 19:25:04 +0200
commit79e0cf1384f28202769b6633d7f066686f526f09 (patch)
tree209a0c9744578c09da8af0de0c73048a647b5c74
parentc541ab1a1cf28cb57dc18a7ea0bffe0c5cb1d9a8 (diff)
downloadrefcat-79e0cf1384f28202769b6633d7f066686f526f09.tar.gz
refcat-79e0cf1384f28202769b6633d7f066686f526f09.zip
fix: we need a release schema
-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}
""",