diff options
-rw-r--r-- | python/refcat/techreport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/techreport.py b/python/refcat/techreport.py index beb0500..cc35b7a 100644 --- a/python/refcat/techreport.py +++ b/python/refcat/techreport.py @@ -40,7 +40,7 @@ class BrefDOIOnly(Refcat): output = shellout(r""" zstdcat -T0 {input} | parallel --pipe -j 16 --block 10M "jq -rc '[.source_doi, .target_doi] | @tsv'" | - tr ' ' ',' | + tr $'\t' ',' | perl -F, -lane 'printf qq[%s\n], join ",", sort @F' | zstd -c -T0 > {output} """, |