From 8ade0a50139f155c3b2626efe35d8b50351d4e91 Mon Sep 17 00:00:00 2001 From: Gordon Krieger Date: Wed, 18 Oct 2023 17:26:47 +0000 Subject: [PATCH] cleanup --- bento_beacon/endpoints/variants.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 # -------------------------------------------------------