lh3 / yak

Yet another k-mer analyzer
MIT License
113 stars 8 forks source link

Is Hifi and Short Read Combined Counting Possible? #23

Closed mir-cat closed 11 months ago

mir-cat commented 11 months ago

Hi! The question is basically in the title. I was wondering what the command might be if one would like to create a data base from both HiFi and Illumina short reads. Is there a way to merge two yak files after counting? Should they be input all together to the same yak count call?

lh3 commented 11 months ago

Yes

yak count -o out.yak <(zcat *.fastq.gz) <(zcat *.fastq.gz)