aboutsummaryrefslogtreecommitdiffstats
path: root/python/refcat/techreport.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/refcat/techreport.py')
-rw-r--r--python/refcat/techreport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/techreport.py b/python/refcat/techreport.py
index cc35b7a..2e2001d 100644
--- a/python/refcat/techreport.py
+++ b/python/refcat/techreport.py
@@ -39,7 +39,7 @@ class BrefDOIOnly(Refcat):
def run(self):
output = shellout(r"""
zstdcat -T0 {input} |
- parallel --pipe -j 16 --block 10M "jq -rc '[.source_doi, .target_doi] | @tsv'" |
+ parallel --pipe -j 24 --block 10M "jq -R -rc 'fromjson? | [.source_doi, .target_doi] | @tsv'" |
tr $'\t' ',' |
perl -F, -lane 'printf qq[%s\n], join ",", sort @F' |
zstd -c -T0 > {output}