Closed stela2502 closed 2 years ago
We only do 2 bits encoding which does not support N. If you want encoded kmers with N, you need to use 3 bits encoding and write the code yourself
Hi - Thank you for the answer. I actually no not need the ones with N's in and your error made me simply exclude them. Which is a way more logical way to deal with the N kmers anyhow.
That's what we do as well
I assume I am using your lib in the wrong way. I am sorry I failed to find any documentation of the needletail library. Hence I come and bother you here...
I am currently trying to split fastq files based on R2 information. https://github.com/stela2502/split2samples and am using your library in the process.
When I process my real world test data with the script compiled from my repo I get this error:
I am a bloody newbie in Rust. I have seen that you have support for 'N' characters in the code and hence I do not understand this problem. I think this is what throws the error:
I am looking forward to your answer!