-
Notifications
You must be signed in to change notification settings - Fork 311
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 jvmRdd with jvmDataset in adam-python #2134
Comments
Python needs types! What is |
jvmRdd is actually a jvmDataset, but it is still called jvmRdd, which is confusing |
Yeah but what type? adam.rdd.GenomicDataset or Spark Dataset? |
I think adam.rdd.GenomicDataset |
Yeah there are some magick conversions going on in there and I'm not wholly confident I know what is happening. Perhaps this change could be part of the mess I am making in #2112. |
Trying again in #2296 |
https://github.com/bigdatagenomics/adam/blob/master/adam-python/bdgenomics/adam/rdd.py#L53 and elsewhere should be called jvmDataset
The text was updated successfully, but these errors were encountered: