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

ConsensusModel's can't really be instantiated #1352

Closed
fnothaft opened this issue Jan 18, 2017 · 0 comments
Closed

ConsensusModel's can't really be instantiated #1352

fnothaft opened this issue Jan 18, 2017 · 0 comments
Assignees
Milestone

Comments

@fnothaft
Copy link
Member

fnothaft commented Jan 18, 2017

Their constructors are all package private. I think that's the right approach, but we should have a singleton class that creates them. I'll:

  • Make a singleton to create consensus models
  • Improve the known INDEL consensus model, because it needs a bit of TLC
  • Add functions for merging multiple consensus models

I need this for bigdatagenomics/avocado#200.

@fnothaft fnothaft added this to the 0.21.1 milestone Jan 18, 2017
@fnothaft fnothaft self-assigned this Jan 18, 2017
fnothaft added a commit to fnothaft/adam that referenced this issue Jan 19, 2017
Resolves bigdatagenomics#1352:

* Fixed issues with consensus model instantiation.
* Added union consensus model (to support multiple models).
* Cleaned up consensus model documentation.
* Call distinct in IndelRealigner on consensus sequences to eliminate dupes.
* Added test for known indel model. Fixed off by one bug.
* Add test for union model.
fnothaft added a commit to fnothaft/adam that referenced this issue Jan 19, 2017
Resolves bigdatagenomics#1352:

* Fixed issues with consensus model instantiation.
* Added union consensus model (to support multiple models).
* Cleaned up consensus model documentation.
* Call distinct in IndelRealigner on consensus sequences to eliminate dupes.
* Added test for known indel model. Fixed off by one bug.
* Add test for union model.
heuermh pushed a commit that referenced this issue Jan 19, 2017
Resolves #1352:

* Fixed issues with consensus model instantiation.
* Added union consensus model (to support multiple models).
* Cleaned up consensus model documentation.
* Call distinct in IndelRealigner on consensus sequences to eliminate dupes.
* Added test for known indel model. Fixed off by one bug.
* Add test for union model.
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