Skip to content
Snippets Groups Projects
Commit 01026b3f authored by Carlos Vega's avatar Carlos Vega
Browse files

format

parent ad389e25
No related branches found
No related tags found
No related merge requests found
......@@ -116,11 +116,9 @@ class BioKBService(TextMiningService):
?other_entity a <http://lcsb.uni.lu/biokb#Protein> .
?other_entity owl:sameAs ?ensembl_protein .
}
}
GROUP BY ?other_entity
} ORDER BY DESC(?count) LIMIT %LIMIT%
""".replace('%ENTITY%', entity).replace('%LIMIT%', str(limit)).replace('%ENTITY_TYPE_FILTER%',
entity_types_filter)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment