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

Phase out getReadsForProbe method in DataStore #131

Open
s-andrews opened this issue Oct 9, 2018 · 0 comments
Open

Phase out getReadsForProbe method in DataStore #131

s-andrews opened this issue Oct 9, 2018 · 0 comments
Assignees

Comments

@s-andrews
Copy link
Owner

All of the core storage now uses ReadsWithCounts objects to store data so we don't duplicate values and waste memory.

All of the chromosome level sequence retrieval now returns via ReadsWithCounts, and we now have the option to do this for probes too, but we need to convert the logic in the various quantitation methods to use this. If we can do this then remove the original method we can make stuff much more efficient.

@s-andrews s-andrews self-assigned this Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant