Dear ChimeraX Users !
I am dealing with the analysis of multiple structural coordinates generated by AlphaFold for a target protein in *.cif extension. My goal is superimpose all the coordinates to the first model and save them in .pdb as separate files. So my script could be:
open ./*.cif
match #2-6 to #1 # probably there is a better solution
# and some command for save
What could be the solution to save all the coordinates in automatic way in separate pdb with the name patterns corresponded to the ID of these models ?
Many thanks in advance
Enrico