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 exist
atomium.open("1ema.pdb")
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: