Skip to content

Commit

Permalink
fix(hail): limit removed
Browse files Browse the repository at this point in the history
  • Loading branch information
DSuveges committed Oct 2, 2024
1 parent c476d97 commit 3049928
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gentropy/datasource/gnomad/variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ def as_variant_index(self: GnomADVariants) -> VariantIndex:
# Select relevant fields and nested records to create class
return VariantIndex(
_df=(
ht.limit(1000)
.select(
ht.select(
# Extract mandatory fields:
variantId=hl.str("_").join(
[
Expand Down

0 comments on commit 3049928

Please sign in to comment.