Skip to content

Commit

Permalink
Hotfix: do not hardcode build version
Browse files Browse the repository at this point in the history
  • Loading branch information
abought committed Feb 11, 2020
1 parent 0514797 commit 27f5379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ingest/processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def generate_manhattan(build: str, in_filename: str, out_filename: str) -> bool:

manhattan_data = binner.get_result()

gl = get_genelocator('GRCh38', coding_only=False)
gl = get_genelocator(build, coding_only=False)
for v_dict in manhattan_data['unbinned_variants']:
# Annotate nearest gene(s) for all "top hits", and also clean up values so JS can handle them
# It's possible to have more than one nearest gene for a given position (if variant is inside, not just near)
Expand Down

0 comments on commit 27f5379

Please sign in to comment.