From 01026b3f76e3b501e8b27fc80c1384034a6dd436 Mon Sep 17 00:00:00 2001 From: Carlos Vega <carlos.vega@uni.lu> Date: Wed, 20 Nov 2019 10:50:55 +0100 Subject: [PATCH] format --- biokb/textminingservice_biokb/biokb.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/biokb/textminingservice_biokb/biokb.py b/biokb/textminingservice_biokb/biokb.py index 84d7534..7170e87 100644 --- a/biokb/textminingservice_biokb/biokb.py +++ b/biokb/textminingservice_biokb/biokb.py @@ -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) -- GitLab