view bin/do_idx.sh @ 107:40c460fed99f

working on sessionID pblms, still
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Sun, 17 Sep 2023 15:18:11 +0100
parents 9403c02d5034
children a0ea1e4a714d
line wrap: on
line source

#!/bin/bash
export res="$1"
orig="$2"
# igzip was faster, but produced bigger files, so went to gzip one step
# smaller than default (-6), which produces slightly _smaller_ blocks.
merge_date.py <(LC_ALL=C sort -m -k1,2 -s $res/ks_[0-9]*.tsv) $orig $res/idx |\
          parallel -j 10 'echo {#} {} >$res/merge_{#}.log
                          echo $(date) {#} {}
                          export res
                          split -l 3000 --filter="gzip -c -7 --keep | \
                                                  tee >(wc -c >> \
                                                        $res/merge_{#}.log)" \
                                    {} > {}.gz && \
                                    rm {}'