-
Notifications
You must be signed in to change notification settings - Fork 596
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding missing registrations in kryo (#4451)
* adding missing registrations in kryo some classes were missing registration in kryo which causes less efficient serialization * adding registrations for a number of classes that MarkDuplicatesSpark needs that weren't registered yet notably, BAMRecord wasn't registered to use the correct serializer which could cause major inefficiencies it's not clear what circumstances we're serializing BAMRecord instead of SAMRecordToGATKReadAdapter so how much this will help is not obvious * register everything twice on the off chance that we conflict in a bad way with ADAM's registration, register once before adam to set the initial registrations, and one after to override anything where we conflict
- Loading branch information
1 parent
8d929ed
commit 2bb2f50
Showing
1 changed file
with
37 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters