-
Notifications
You must be signed in to change notification settings - Fork 308
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
Replace ReferenceRegion with a trait #513
Comments
So, I've been thinking about this for a while. A few thoughts:
I've been using the region join code a lot in avocado recently and I actually don't see any positives to |
Also, the |
+1 overall @fnothaft, your first issue is something I've been complaining about for a while, but expressed very clearly. Haven't thought about the read pair issue at all... @tdanford, replacing |
@laserson ja, I thought you felt similarly... I'm not sure how strongly @tdanford feels about it, but I think we're not too invested in the I'll also add that the implicits in the Also, IIRC, I think that rolling
|
Closed by #592. |
I think we've talked about this on the ADAM call before, but I don't see a ticket for it...
This suggestion here is to replace the ReferenceRegion case class (and the corresponding ReferenceMapping trait and implementations) with a ReferenceRegion trait, and to drop the reference mapping stuff altogether.
On the plus side:
Negatives:
Thoughts? (Ping @massie @fnothaft @laserson @carlyeks)
The text was updated successfully, but these errors were encountered: