Mercurial > hg > cc > cirrus_work
changeset 103:7d58dc01f329
re-instate logging splits for .idx
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 13 Sep 2023 12:40:39 +0100 |
parents | e606c609f813 |
children | fc9a045c872b |
files | bin/do_idx.sh |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/do_idx.sh Tue Sep 12 12:14:04 2023 +0100 +++ b/bin/do_idx.sh Wed Sep 13 12:40:39 2023 +0100 @@ -1,9 +1,7 @@ #!/bin/bash export res="$1" orig="$2" -merge_date.py -d <(LC_ALL=C sort -m -k1,2 -s $res/ks_[0-9]*.tsv) $orig $res/idx # | \ -exit - tee /dev/stderr | \ +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