We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The predefined transmute methods GenomicRDD.toXxx are not named consistently
GenomicRDD.toXxx
AlignmentRecordRDD.toCoverage(): CoverageRDD AlignmentRecordRDD.toFragments(): FragmentRDD CoverageRDD.toFeatureRDD(): FeatureRDD FeatureRDD.toCoverage(): CoverageRDD FragmentRDD.toReads(): AlignmentRecordRDD GenotypeRDD.toVariantContextRDD(): VariantContextRDD VariantContextRDD.toGenotypeRDD(): GenotypeRDD VariantContextRDD.toVariantRDD(): VariantRDD VariantRDD.toVariantContextRDD(): VariantContextRDD
I propose
AlignmentRecordRDD.toCoverage(): CoverageRDD AlignmentRecordRDD.toFragments(): FragmentRDD CoverageRDD.toFeatures(): FeatureRDD FeatureRDD.toCoverage(): CoverageRDD FragmentRDD.toReads(): AlignmentRecordRDD GenotypeRDD.toVariantContexts(): VariantContextRDD VariantContextRDD.toGenotypes(): GenotypeRDD VariantContextRDD.toVariants(): VariantRDD VariantRDD.toVariantContexts(): VariantContextRDD
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
The predefined transmute methods
GenomicRDD.toXxx
are not named consistentlyI propose
The text was updated successfully, but these errors were encountered: