You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify if overlap kmers are being counted (is it a kmer if it spills over 'records'?)
Jellyfish adds an 'N' character in its overlap parser after reading a 'record' in memory. Why? It is because further downstream 'N's are treated as separator to indicate new kmer (indication to stop current sliding window and start a new one), because FASTA files have 'N's too.
Verify what is the use of the non-overlap parser.
File streaming
Check if jellyfish uses streaming? Do they use file-stream operators, why do they use it?
Canonicalization
How does Jellyfish handle canonicalization?
The text was updated successfully, but these errors were encountered:
Internals of overlap parsing in jellyfish
File streaming
Canonicalization
The text was updated successfully, but these errors were encountered: