Skip to content

Commit

Permalink
upgraded to new RCSB webservices
Browse files Browse the repository at this point in the history
  • Loading branch information
pwrose committed Jan 26, 2022
1 parent 5f18f33 commit ab92989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmtfPyspark/webfilters/advancedQuery.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def _get_structure_entity_id(self, structure, origStructureId, origEntityId):
keyStructureId = origStructureId

try:
# index = keyStructureId.index(".")
index = keyStructureId.index("_")
index = keyStructureId.index(".")
#index = keyStructureId.index("_")
keyStructureId = keyStructureId[:index]
except:
pass
Expand Down

0 comments on commit ab92989

Please sign in to comment.