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

implement annotate/drop in terms of select_entries #3200

Merged
merged 9 commits into from
Mar 22, 2018

Conversation

catoverdrive
Copy link
Contributor

No description provided.


ids = []
for e in exprs:
Copy link
Collaborator

Choose a reason for hiding this comment

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

It doesn't look like anything in exprs is getting passed to _select_entries. I might be missing something, but if not you should add a test that fails, and then fix select_entries to make it pass.

# need to drop entry fields
m = MatrixTable(m._jvds.dropEntries(entry_fields))


Copy link
Collaborator

Choose a reason for hiding this comment

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

Why so much space?

@catoverdrive catoverdrive dismissed patrick-schultz’s stale review March 21, 2018 20:10

good call. thanks for catching that!

@patrick-schultz patrick-schultz merged commit 00ad6fd into hail-is:master Mar 22, 2018
jbloom22 pushed a commit to jbloom22/hail that referenced this pull request Mar 22, 2018
* rewrite MatrixTable.selectEntries to take single expr

* remove annotateEntriesExpr and dropEntries from scala MatrixTable

* python wip

* wip

* wip

* fixed selectEntries bug

* cleanup

* fix

* fix select_entries
konradjk pushed a commit to konradjk/hail that referenced this pull request Jun 12, 2018
* rewrite MatrixTable.selectEntries to take single expr

* remove annotateEntriesExpr and dropEntries from scala MatrixTable

* python wip

* wip

* wip

* fixed selectEntries bug

* cleanup

* fix

* fix select_entries
jackgoldsmith4 pushed a commit to jackgoldsmith4/hail that referenced this pull request Jun 25, 2018
* rewrite MatrixTable.selectEntries to take single expr

* remove annotateEntriesExpr and dropEntries from scala MatrixTable

* python wip

* wip

* wip

* fixed selectEntries bug

* cleanup

* fix

* fix select_entries
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.

2 participants