You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope you are doing fine. In the old version and API it was possible to obtain "chain ID"s through get_all_info("PDB_ID")['polymer']['chain'] functionality.
Unfortunately i couldn't spot a similiar way to obtain chain IDs with curren get_info("PDB_ID") is this a shortcoming of new API or is there a way to obtain chain ID (such as "A", "B", "C", etc.)
I'm looking for a way to automize obtainment of second column through API.
Kind regards.
The text was updated successfully, but these errors were encountered:
Hey @ynskoroglu I can try this out. For the old API, we were able to hack it by adding a period before the chain letter, but it looks like it might be a little tricker with the new API.
If you do find a solution, I would super appreciate a PR. The new API has been a little hard for me to adjust to, and so adding features has been taking longer
Hello William,
Hope you are doing fine. In the old version and API it was possible to obtain "chain ID"s through get_all_info("PDB_ID")['polymer']['chain'] functionality.
Unfortunately i couldn't spot a similiar way to obtain chain IDs with curren get_info("PDB_ID") is this a shortcoming of new API or is there a way to obtain chain ID (such as "A", "B", "C", etc.)
I'm looking for a way to automize obtainment of second column through API.
Kind regards.
The text was updated successfully, but these errors were encountered: