From 7dafbd97c1da6e6bd2707448901c01d5b093e10b Mon Sep 17 00:00:00 2001 From: Gordon Krieger Date: Mon, 16 Dec 2024 18:09:07 +0000 Subject: [PATCH] info endpoints do not have a granularity --- bento_beacon/config_files/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bento_beacon/config_files/config.py b/bento_beacon/config_files/config.py index f2429f0..ee6182c 100644 --- a/bento_beacon/config_files/config.py +++ b/bento_beacon/config_files/config.py @@ -35,7 +35,6 @@ class Config: "biosamples": GRANULARITY_COUNT, "cohorts": GRANULARITY_RECORD, "datasets": GRANULARITY_RECORD, - "info": GRANULARITY_RECORD, "network": GRANULARITY_COUNT, }