Skip to content

Commit

Permalink
edit docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kjwinfield committed Sep 2, 2024
1 parent 84a126b commit 47cf985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/home/dnanexus/get_variant_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ def get_top_3_ranked(ranked):
ranked variants. It will return all variants at each rank; so all the
first ranked, all the second ranked and all the third ranked variants.
Inputs
ranked (dict): dict of indices within the df and Exomiser ranks
from exomiser df
ranked (dict): dict of indices within the df and integer denoting
Exomiser rank for the variant at that index
e.g. {1: 1, 2: 3, 3: 5, 4: 5, 5: 7}
Outputs:
top (list): df indices of variants in the top three Exomiser ranks
Expand Down

0 comments on commit 47cf985

Please sign in to comment.