
Can I piggyback on this question to ask if there is a recommended way of doing the atom pairing for commonly seen ligands? For example, there does not appear to be a standardized atom ordering for ATP. Recently I was examining some ATP binding sites across different structures and I wanted to align on the ATP molecule, but it was a colossal pain because the ATP atoms were not in the same order. As far as I could tell the only way was for me to manually go through the ATP atoms (or some subset of them) and one by one identify the corresponding atom IDs in the two structures so I could pass that to the align command. Does anyone have a script/recommended strategy for this use case? Thanks, Daniel
On May 22, 2024, at 2:45 PM, Elaine Meng via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Hi Alex, The Matchmaker tool and "matchmaker" command are for sequence-alignable biopolymer chains (peptides, RNA, DNA) and use only one mainchain atom per residue. When you enter "match" it is just recognized as a truncation of "matchmaker" so you get the same thing.
The command in ChimeraX to match any atoms of your choice in any kinds of molecules is "align" ... for example:
align #1:203@C19,C20,C21,C16,C17,O18 to #2:125@C2,C3,C4,C5,C6,O6
(or the other way around, if you wanted #2 to move)
See the help for various command options: <https://rbvi.ucsf.edu/chimerax/docs/user/commands/align.html>
Maybe you were looking at the help pages for Chimera, which is different than ChimeraX. Only Chimera has a separate "match" command, which we renamed as "align" in ChimeraX because truncated commands are accepted.
I hope this helps, Elaine ----- Elaine C. Meng, Ph.D. UCSF Chimera(X) team Resource for Biocomputing, Visualization, and Informatics Department of Pharmaceutical Chemistry University of California, San Francisco
On May 22, 2024, at 2:20 PM, Alexander Hung Lee via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:
Hi everyone,
I'm trying to use the match command (not matchmaker) to align the ring atoms of a ligand. The command gives "No matrix compatible with both reference structure and all match structure" and translates the match command to matchmaker in the reply log. However, in Chimera I'm able to align jjst those ring atoms with the match command. Of course, using matchmaker on just those atoms in Chimera gives "No chains in reference structure #1 compatible with BLOSUM-62 similarity matrix"
tl;dr. Trying to align ring atoms of a ligand instead of protein chain
Chimerax mask 1 = #1:203@C19,C20,C21,C16,C17,O18 mask 2 = #2:125@C2,C3,C4,C5,C6,O6 matchmaker: No matrix compatible with both reference structure and all match structures match: Same as above. In reply log, match is extended to matchmaker
Chimera mask 1 = #0:203@C19,C20,C21,C16,C17,O18 mask 2 = #1:125@C2,C3,C4,C5,C6,O6 matchmaker: No chains in reference structure #1 compatible with BLOSUM-62 similarity matrix match: Gives me RMSD ** I need this atom match functionality in ChimeraX
_______________________________________________ ChimeraX-users mailing list -- chimerax-users@cgl.ucsf.edu To unsubscribe send an email to chimerax-users-leave@cgl.ucsf.edu Archives: https://mail.cgl.ucsf.edu/mailman/archives/list/chimerax-users@cgl.ucsf.edu/