Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
P
pdbe-graph-api
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
pdbe-kb
services
pdbe-graph-api
Commits
f40abc5a
Commit
f40abc5a
authored
Nov 16, 2020
by
Sreenath Sasidharan Nair
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issue with identical domains API call for an identity
parent
93ec7118
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/uniprot.py
app/uniprot.py
+1
-1
No files found.
app/uniprot.py
View file @
f40abc5a
...
...
@@ -2808,7 +2808,7 @@ def get_similar_proteins_identical_uniprot_api(uniprot_accession, seq_identity):
WITH uniprot.ACCESSION AS srcAccession, entity
// Get all sequence clusters based on the identity
MATCH (entity)-[:IS_PART_OF_SEQUENCE_CLUSTER]->(cluster:SeqCluster) WHERE toInteger(cluster.IDENTITY) = $identity
MATCH (entity)-[:IS_PART_OF_SEQUENCE_CLUSTER]->(cluster:SeqCluster) WHERE toInteger(cluster.IDENTITY)
>
= $identity
WITH DISTINCT srcAccession, cluster
// Get all cluster member entities and mapped uniprots
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment