-
Notifications
You must be signed in to change notification settings - Fork 10
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
Move to avro objects instead of classes #21
Comments
adgirish
pushed a commit
to adgirish/gnocchi
that referenced
this issue
Oct 25, 2017
adgirish
pushed a commit
to adgirish/gnocchi
that referenced
this issue
Oct 30, 2017
…omics#32) * Added python binding boilerplate * more boilerplate for bindings * adding todo file for java wrapper * laying out more skeleton code * Implemented gnocchiSession python object * Working on Java Wrapper for Bindings adgirish: * adding todo file for java wrapper * laying out more skeleton code * added empty interfaces * todo add method comments * added empty interfaces * todo add method comments * Bindings (#7) * adding todo file for java wrapper * laying out more skeleton code * added empty interfaces * todo add method comments * added empty interfaces * todo add method comments * added pom.xml * Fix Project Modules and pom files * adding todo file for java wrapper * laying out more skeleton code * added empty interfaces * todo add method comments * added empty interfaces * todo add method comments * added pom.xml * changing reference in pom.xml * changing reference in pom.xml v2 * added python pointer wrappers * Created and Modified pom files * Updated JavaGnocchiSession and Refactor * make file for gnocchi-python * Added assembly and packaging * Bindingsv3 (#12) * v1 * resolved import issues, fixed JavaGnocchiSession, corrected BetterPhenotype * Bindingsv3 (#13) * v1 * resolved import issues, fixed JavaGnocchiSession, corrected BetterPhenotype * added test to verify java wrappers * added test to verify java wrappers * resolve conflicts - 2 * remove redundant makefile * updated packing and dependencies * fixes maven build * fixed issues with assembly build * updated load genotypes method * SparkSession Creation fix for compatibility with pySpark (bigdatagenomics#21) * rebasing onto nate's branch and moving remaining packages to org.bdgenomics * resolve dependency issues caused by refactor * Documentation for JVM and Python Gnocchi Session * cleaning unused dependencies * adding JavaGnocchiSession tests (bigdatagenomics#22) * remove unused dependencies * resolved nates comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Avro Association is no longer used, and class Association is used instead.
The text was updated successfully, but these errors were encountered: