dnbaker / dashing

Fast and accurate genomic distances using HyperLogLog
GNU General Public License v3.0
161 stars 11 forks source link

Concatenate sketches #92

Open linsalrob opened 1 year ago

linsalrob commented 1 year ago

Hi

Is it possible to concatenate multiple premade sketches and then search against them in a single search?

something along these lines

dashing sketch *.fasta
cat *.hll > combined.hll
dashing sketch new.fasta
dashing cmp --presketched combined.hll new.fasta.w.31.spacing.10.hll

Thanks

Rob