Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfk committed Oct 18, 2023
1 parent 3b13e8e commit 8ade0a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bento_beacon/endpoints/variants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ def get_variants():
total_count = gohan_total_variants_count()
return beacon_response({"count": total_count})

# ----------------------------------------------------------
# collect biosample ids from all filters
# ----------------------------------------------------------
sample_ids = []

if has_filters:
Expand Down Expand Up @@ -56,10 +54,10 @@ def get_variants():

# -------------------------------------------------------
# endpoints in beacon model not yet implemented:
#
#
# /g_variants/<id>
# /g_variants/<id>/biosamples
# /g_variants/<id>/individuals
#
#
# ... "id" here appears to be a unique id for each entry, not a variant identifier like a dbSNP entry
# -------------------------------------------------------

0 comments on commit 8ade0a5

Please sign in to comment.