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

for very large bits of DNA 'String' is insufficient #13

Open
mgaldzic opened this issue Sep 2, 2011 · 0 comments
Open

for very large bits of DNA 'String' is insufficient #13

mgaldzic opened this issue Sep 2, 2011 · 0 comments

Comments

@mgaldzic
Copy link
Member

mgaldzic commented Sep 2, 2011

g) DnaSequence wraps the DNA nucleotides as a String. This is fine for short things, but for very large bits of DNA you need the freedom to implement the storage as you see fit. Could this be migrated to the CharSequence interface? This would allow a variety of strategies for storage e.g. offloading to SQL, packed encoding 2 bits for one base, NIO file-mapped buffers and so on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant