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
I'd like to be able to completely roundtrip a pdb, but it seems I can only save a single model from the pdb? Is this correct, or am I missing something?
I'd like to be able to do something like:
pdb=atomium.fetch("1EMA")
pdb.save("1ema.pdb") # This function doesn't existatomium.open("1ema.pdb")
The text was updated successfully, but these errors were encountered:
I'd like to be able to completely roundtrip a pdb, but it seems I can only save a single model from the pdb? Is this correct, or am I missing something?
I'd like to be able to do something like:
The text was updated successfully, but these errors were encountered: