diff --git a/beacon/source/generator.py b/beacon/source/generator.py index 859b0be..4faef00 100644 --- a/beacon/source/generator.py +++ b/beacon/source/generator.py @@ -51,7 +51,7 @@ def get_entry_types_map(self): except Exception: map_biosample["endpoints"]={} map_biosample["endpoints"]=biosamples_endpoints - if biosamples["endpoints"]==True: + if biosamples["endpoints"]["analysis"]==True: biosamples_endpoints["analysis"]=biosample_analysis try: map_biosample["endpoints"]=biosamples_endpoints