Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.
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
1 change: 0 additions & 1 deletion beacon_api/extensions/mate_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ async def fetch_fusion_dataset(db_pool, assembly_id, position, chromosome, refer
db_response = await statement.fetch(datasets_query, access_query, assembly_id, chromosome)

else:

# UBER QUERY - TBD if it is what we need
# referenceBases, alternateBases and variantType fields are NOT part of beacon's specification response
query = """SELECT a.datasetId as "datasetId", b.accessType as "accessType", a.chromosome as "referenceName",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"flake8==6.0.0",
"flake8-docstrings==1.7.0",
"aioresponses==0.7.4",
"black==22.12.0",
"black==23.1.0",
],
"docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.1.1"],
},
Expand Down