# HG changeset patch # User Henry S. Thompson # Date 1739293831 0 # Node ID db142018ff9e85133bacaa1148b64913f39bdeef # Parent fb3dcd144e59d594acc942f813a8ef97611e5ee4 build _17_ .cdb files diff -r fb3dcd144e59 -r db142018ff9e lurid3/notes.txt --- a/lurid3/notes.txt Tue Feb 11 15:31:47 2025 +0000 +++ b/lurid3/notes.txt Tue Feb 11 17:10:31 2025 +0000 @@ -1510,6 +1510,12 @@ 16 ks_divs.tsv So, has to be 17 :-( + + >: cut -f 1 ../ks_divs.tsv | { i=0; while read j; do printf "%s\t%s\n" $i $j; i=$((j+1)); done ; printf "%s\t%s\n" $i 99 ; } | parallel --colsep "\t" 'echo cat ../\{{1}..{2}\}/ks.tsv \> ks_{1}-{2}.tsv \&' +[couldn't make this work as written, hence the echo, followed by copy-paste] + >: cut -f 1 ../ks_divs.tsv | { i=0; while read j; do printf "ks_%s-%s\n" $i $j; i=$((j+1)); done ; printf "ks_%s-%s\n" $i 99; } | parallel -j 9 '~/lib/python/cc/lmh/ks2cdb.py -f {}.tsv -c {}.cdb_in' & + >: cut -f 1 ../ks_divs.tsv | { i=0; while read j; do printf "ks_%s-%s\n" $i $j; i=$((j+1)); done ; printf "ks_%s-%s\n" $i 99; } | parallel -j 9 'cdbmake {}.cdb {}.tmp <{}.cdb_in' & + >: cut -f 1 ../ks_divs.tsv | { i=0; while read j; do printf "ks_%s-%s\n" $i $j; i=$((j+1)); done ; printf "ks_%s-%s\n" $i 99; } | parallel -j 9 'cdb < {}.cdb' > cdbtest.out & ================ Try it with the existing _per segment_ index we have for 2019-35