-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't count kmer on fastq file #137
Comments
Hi, I am not able to reproduce this bug. By latest kmc code you mean that you compile commit 85ad769? Could you rerun it with -v switch and send me your output? Could you try to rerun it with -t1 and check if it still does not work? |
Yes, I use that commit.
|
It seem that it doesn't work when reading with barcode included in the read name. When I remove the barcode:
It works like a charm! |
Hmmm, |
This is all my r1_test.fq
|
Hi, You may also copy what you have pasted here to a new file and check if KMC still produces wrong results on your machine. |
I have find out that the character between id and barcode is \t instead of space. Sorry, my bad. |
Ok, thanks for the info. It seems it is the same bug as #42, so I will keep it open to remember to add '\t' support. Anyway, thanks for reporting that issue and thanks for using KMC. |
Bump! I ran into the same issue as of today. Would be cool to have it fixed, especially given that many linked-read pipelines produce tabbed headers by default. |
The new versions of Nanopore's Dorado and related tools also produce tabbed headers in their fastq files, so I would also appreciate a fix :) |
I also ran into this issue with fastq files generated by Dorado v0.7.0 which have tabs in the headers. For now I used seqkit replace to change tabs into spaces as a workaround but it would be nice if kmc could handle tabbed fastq headers. |
I using the latest kmc code but i can't count kmer on fastq file. It work on fasta
The text was updated successfully, but these errors were encountered: