We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0003c79 + 2049621 commit 48ebb48Copy full SHA for 48ebb48
1 file changed
app/db/queries.py
@@ -87,7 +87,7 @@ def get_query(columns_to_select: str, where_clause: str) -> str:
87
LEFT JOIN cleandb.predictions_uniprot_annot_ec_mv01 puae
88
ON puae.predictions_uniprot_annot_id = pua.predictions_uniprot_annot_id
89
WHERE {where_clause}
90
- ORDER BY puace.max_clean_ec_confidence DESC
+ ORDER BY puace.max_clean_ec_confidence DESC, pua.amino_acids ASC, pua.predictions_uniprot_annot_id ASC
91
"""
92
93
async def get_filtered_data(
0 commit comments