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 3c7d697 commit d278c77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmtfPyspark/webfilters/advancedQuery.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def _get_structure_entity_id(self, structure, origStructureId, origEntityId):
pass

try:
print("structure.structure_id:", structure.structure_id)
pos = structure.structure_id.rindex(".")

valueStructureId = structure.structure_id[:structure.structure_id.index(
Expand Down

0 comments on commit d278c77

Please sign in to comment.