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

Support GAM subsampling to mapeval on large read counts. #582

Open
glennhickey opened this issue Jul 6, 2018 · 1 comment
Open

Support GAM subsampling to mapeval on large read counts. #582

glennhickey opened this issue Jul 6, 2018 · 1 comment

Comments

@glennhickey
Copy link
Collaborator

GAM compare logic isn't going to scale to, say, whole-genome 30x coverage. Resolving #471 would likely help, but the lack of BAM support in vg gam compare would still be a bottleneck. One work-around is subsampling the GAMs (new vg filter option?) and working on those.

@adamnovak
Copy link
Member

I have an implementation of this in my "wholegenome" branch of toil-vg; I added a new option to vg filter to do the subsampling. I'm going to wait until I have a vg Docker I like that supports it, to plug into the toil-vg config, before I PR it.

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

2 participants