chequochuu

Results 4 comments of chequochuu

Yes, I use that commit. Still got error. ```kmc -t1 -v -m5 -ci1 -fq -k3 r1_test.fq res ./tmp/ Info: Small k optimization on! ******* configuration for small k mode: *******...

It seem that it doesn't work when reading with barcode included in the read name. When I remove the barcode: ```$cat r1_test.fq @0|Chromosome|4051100|4051286/2 AAACCCAACCAC + FFFFFFFFFFFF ``` It works like...

This is all my r1_test.fq ``` @0|Chromosome|4051100|4051286/2 BX:Z:CGACACGGTTTGGGCC AAACCCAACCAC + FFFFFFFFFFFF ```

I have find out that the character between id and barcode is \t instead of space. Sorry, my bad.