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

Remove unused classes following #5127. #5292

Merged
merged 1 commit into from
Jan 11, 2019

Commits on Jan 11, 2019

  1. Remove unused classes following #5127.

    * AddContextDataToReadSpark (and AddContextDataToReadSparkUnitTest) implemented the different JoinStrategy options for
      BQSR; has been replaced with the Spark Files mecahnism (see #5127)
    * BroadcastJoinReadsWithRefBases and JoinReadsWithRefBasesSparkUnitTest were only used by AddContextDataToReadSpark
    * BroadcastJoinReadsWithVariants and JoinReadsWithVariantsSparkUnitTest were only used by AddContextDataToReadSpark
    * ShuffleJoinReadsWithRefBases and ShuffleJoinReadsWithVariants were only used by AddContextDataToReadSpark
    * JoinStrategy was only used for BQSR (HC always uses overlaps partitioner), but is no longer used since #5127
    * KnownSitesCache was replaced with Spark Files
    * ReferenceMultiSourceAdapter in HaplotypeCallerSpark was replaced with the regular ReferenceDataSource
    * BaseRecalibratorEngineSparkWrapper was only used by BaseRecalibratorSparkSharded, which was removed in #5192
    tomwhite authored and jamesemery committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    3768ba2 View commit details
    Browse the repository at this point in the history