Skip to content
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

Jellyfish internals #4

Open
utsavjainb opened this issue Feb 27, 2020 · 0 comments
Open

Jellyfish internals #4

utsavjainb opened this issue Feb 27, 2020 · 0 comments
Labels
question Further information is requested

Comments

@utsavjainb
Copy link

utsavjainb commented Feb 27, 2020

Internals of overlap parsing in jellyfish

  • 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?
@harishankarv harishankarv added the question Further information is requested label Feb 27, 2020
@harishankarv harishankarv changed the title Internals of overlap parsing in jellyfish Jellyfish internals Mar 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants