diff --git a/bento_beacon/endpoints/variants.py b/bento_beacon/endpoints/variants.py index 38e4bd8..a6445e7 100644 --- a/bento_beacon/endpoints/variants.py +++ b/bento_beacon/endpoints/variants.py @@ -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: @@ -56,10 +54,10 @@ def get_variants(): # ------------------------------------------------------- # endpoints in beacon model not yet implemented: -# +# # /g_variants/ # /g_variants//biosamples # /g_variants//individuals -# +# # ... "id" here appears to be a unique id for each entry, not a variant identifier like a dbSNP entry # -------------------------------------------------------