Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion beacon/conf/api_version.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
api_version: v2.0-1d0a6ea
api_version: v2.0-3336a94
2 changes: 1 addition & 1 deletion beacon/conf/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
beacon_id = 'org.ega-archive.beacon-ri-demo' # ID of the Beacon
beacon_name = 'Beacon Production Implementation demo' # Name of the Beacon service
api_version = 'v2.2.0' # Version of the Beacon implementation
uri = 'http://localhost:50510'
uri = 'http://localhost:5050'
uri_subpath = '/api'
complete_url = uri + uri_subpath
environment = 'test'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def __init__(self, **data) -> None:
super().__init__(**data)
_id: Optional[str] = PrivateAttr()
caseLevelData: Optional[list] = None
frequencyInPopulations: Optional[FrequencyInPopulation] = None
frequencyInPopulations: Optional[list[FrequencyInPopulation]] = None
identifiers: Optional[Identifiers] = None
molecularAttributes: Optional[MolecularAttributes] = None
variantInternalId: str
Expand Down
Loading