Skip to content

Commit

Permalink
fixed entry types map missing
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Oct 11, 2024
1 parent ca6cbf6 commit 2a9ea57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon/source/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a9ea57

Please sign in to comment.