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

Running ilp selector after max cov can produce wrong results #183

Open
Chadi-akel opened this issue Mar 30, 2017 · 0 comments
Open

Running ilp selector after max cov can produce wrong results #183

Chadi-akel opened this issue Mar 30, 2017 · 0 comments
Assignees
Labels

Comments

@Chadi-akel
Copy link

If you run the ilp selector after max-cov, results may be wrong.
Indeed, max cov selector can for example marks a region as being too small if its self coverage is
under a limit (1% default value). If you then run the ilp selector, this region will still be considered as too small because this information is written in graph_.pkl file.

A workaround is to always run cere profile before running a selector as it will reset the graph (but keep everything else, dumps, replays etc...)

@pablooliveira pablooliveira self-assigned this Mar 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants