CAUTION: This email comes from an external source; the attachments and/or links may compromise our secure environment. Do not open or click on suspicious emails. Please click on the “Phish Alert” button on the top right of the Outlook dashboard to report any suspicious emails. |
On Nov 12, 2022, at 4:01 PM, Hernando J Sosa via Chimera-users <chimera-users@cgl.ucsf.edu> wrote:
Is there a way to realign sequences already in a multialign window within a python script?
I want to do this because the first alignment dome using matchmaker in many cases contains mismatches to the aligned structures. Using the realign option in the menu fixes the problem but I want to do this within a script.
I have code that creates the alignment window and then retrieves the instance:
from chimera.extension import managerfrom MultAlignViewer.MAViewer import MAViewer
runCommand('mm #0 #1 show true')
mavs = [inst for inst in manager.instances if isinstance(inst, MAViewer)]mymav = mavs[-1]
I tried then to do something likemymav.realign()
However, I don't know what parameters to put in the realign function, or whether this is the right function to use or whether there is a better way to do this.
Any help would be appreciated
Thanks
Hernando
_______________________________________________
Chimera-users mailing list: Chimera-users@cgl.ucsf.edu
Manage subscription: https://www.rbvi.ucsf.edu/mailman/listinfo/chimera-users