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

[ADAM-1996] Load and save VariantContexts as partitioned Parquet. #2001

Merged
merged 2 commits into from
Jun 27, 2018

Conversation

heuermh
Copy link
Member

@heuermh heuermh commented Jun 21, 2018

Fixes #1996.

override val isPartitioned: Boolean = true,
override val optPartitionBinSize: Option[Int] = Some(1000000),
override val optLookbackPartitions: Option[Int] = Some(1)) extends VariantContextRDD
with DatasetBoundGenomicDataset[VariantContext, VariantContextProduct, VariantContextRDD] {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not fully aware of the implications of adding this trait, thought it preferable to copying the referenceRegionsToDatasetQueryString and filterByOverlappingRegions methods

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This trait should be mixed in, so LGTM.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 79.049% when pulling f544f01 on heuermh:partitioned-variant-contexts into f05aa98 on bigdatagenomics:master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 79.049% when pulling f544f01 on heuermh:partitioned-variant-contexts into f05aa98 on bigdatagenomics:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 79.049% when pulling f544f01 on heuermh:partitioned-variant-contexts into f05aa98 on bigdatagenomics:master.

@coveralls
Copy link

coveralls commented Jun 21, 2018

Coverage Status

Coverage increased (+0.2%) to 79.39% when pulling b42e69b on heuermh:partitioned-variant-contexts into f05aa98 on bigdatagenomics:master.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/ADAM-prb/2773/
Test PASSed.

@heuermh heuermh requested review from fnothaft and jpdna June 22, 2018 20:25
@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/ADAM-prb/2774/
Test PASSed.

@heuermh heuermh added this to the 0.24.1 milestone Jun 23, 2018
@fnothaft fnothaft merged commit 28bcd56 into bigdatagenomics:master Jun 27, 2018
@fnothaft
Copy link
Member

Merged! Thanks @heuermh!

@heuermh heuermh deleted the partitioned-variant-contexts branch June 28, 2018 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants