Re: [PyMOL] Pymol-Alignment Module

2022-03-04 Thread Jared Sampson
Hi Ecem - If I understand correctly, you first want to align on one set of residues and calculate their RMSD, then to calculate the RMSD for the remaining residues without moving the structures. This is straightforward using PyMOL's internal command line. ``` # Create two selections called "sel1

[PyMOL] Pymol-Alignment Module

2022-03-04 Thread Ecem Güngör
Dear Pymol community, I have a question about alignment module of Pymol. I have two different pdb ids and each have about 100 amino acid long. I would like to align the specific parts of these proteins and see both how the rest of the proteins and also these specific parts superimpose with each ot

Re: [PyMOL] alignment of frame

2018-08-13 Thread Thomas Holder
Hi Abhik, Try this (with PyMOL 2.1 or newer): load avg.pdb loadall frame*.pdb extra_fit (frame*) & guide, avg multifilesave {name}-aligned.pdb, frame* https://pymolwiki.org/index.php/load https://pymolwiki.org/index.php/loadall https://pymolwiki.org/index.php/extra_fit https://pymolwiki.org/inde

[PyMOL] alignment of frame

2018-08-12 Thread abhik . ghosh
Original Message Subject: alignment of frame From:abhik.gh...@bose.res.in Date:Thu, August 9, 2018 3:02 pm To: pymol-users@lists.sourceforge.net -- Hello a

[PyMOL] alignment of frame

2018-08-09 Thread abhik . ghosh
Hello all I want to align each frame pdb w.r.t a specific frame pdb. Let assume i have 10 pdb files.I have another file "avg.pdb". I want to align each pdb w.r.t "avg.pdb" file. I can do it manually using align command i.e align 1, avg. But is there any code or anything by which i can produce align

Re: [PyMOL] pymol alignment help

2016-08-25 Thread Thomas Holder
question. You might be looking for this: http://pymolwiki.org/index.php/Align Cheers, Thomas On 24 Aug 2016, at 09:10, Clarisa Alvarez wrote: > Hello! > could someone help me to download a pymol alignment? and know with which > score it makes the alignment. > Thanks in advance

[PyMOL] pymol alignment help

2016-08-24 Thread Clarisa Alvarez
Hello! could someone help me to download a pymol alignment? and know with which score it makes the alignment. Thanks in advance. Clarisa. -- ___ PyMOL-users mailing list (PyMOL

[PyMOL] Pymol alignment

2016-08-23 Thread Clarisa Alvarez
Hello! could someone help me to download a pymol alignment? and know with which score it makes the alignment. Thanks in advance. Clarisa. -- ___ PyMOL-users mailing list (PyMOL

Re: [PyMOL] Alignment of two proteins

2016-02-25 Thread Mohsen Chitsaz
Hi Amin, It worked. Many Thanks Cheers Mohsen From: a...@imtech.res.in [mailto:a...@imtech.res.in] Sent: Thursday, 25 February 2016 10:24 PM To: pymol-users@lists.sourceforge.net Subject: Re: [PyMOL] Alignment of two proteins Hi. I think align 4mt1 & chain A, 3aob & chain B sho

Re: [PyMOL] Alignment of two proteins

2016-02-25 Thread amin
Hi. I think align 4mt1 & chain A, 3aob & chain B should work. Amin. On 2016-02-25 17:02, Mohsen Chitsaz wrote: > Hi Julian, > > I have two homotrimer proteins, i.e. 3aob and 4mt1. I want to align chain A > of 4mt1 to chain B of 3aob. How to tell Pymol to align a specific chain or >

Re: [PyMOL] Alignment of two proteins

2016-02-25 Thread Mohsen Chitsaz
Hi Julian, I have two homotrimer proteins, i.e. 3aob and 4mt1. I want to align chain A of 4mt1 to chain B of 3aob. How to tell Pymol to align a specific chain or part of a protein, in my case chain A of 4mt1, to a specific chain or part of another protein, in my case chain B of 3aob? Cheers Mo

Re: [PyMOL] alignment of metal coordination

2013-11-09 Thread Tsjerk Wassenaar
Mike Marchywka wrote: > > > From: ccp4...@hotmail.com > > To: pymol-users@lists.sourceforge.net > > Date: Fri, 8 Nov 2013 19:53:50 -0600 > > Subject: [PyMOL] alignment of metal coordination > > > > Hi, > > > > Is it possib

Re: [PyMOL] alignment of metal coordination

2013-11-09 Thread Mike Marchywka
> From: ccp4...@hotmail.com > To: pymol-users@lists.sourceforge.net > Date: Fri, 8 Nov 2013 19:53:50 -0600 > Subject: [PyMOL] alignment of metal coordination > > Hi, > > Is it possible to align two structure based on metal

[PyMOL] alignment of metal coordination

2013-11-08 Thread SD Y
Hi, Is it possible to align two structure based on metal coordination or metal-coordinating residues? What is good way to do it?I appreciate your guidance. ThanksSDY -- November W

Re: [PyMOL] alignment by residue

2011-12-27 Thread Thomas Holder
Hi Sasi, for "pair_fit" you have to match all atom pairs manually. I guess what you want is "align" on the full monomers and then "rms_cur" (or just distance measure) on each CA pair. Have a look at the "rmsd_b.py" script from http://pldserver1.biochem.queensu.ca/~rlc/work/pymol/ It writes per

[PyMOL] alignment by residue

2011-12-26 Thread sasi kodathala
dear pymol users, i have a homodimer, with two identical monomers. i would like to know the rmsd of each residue in the first monomer with respect to each residue in the second monomer. i guess pair_fit should give the rmsd. is there a better command to look at the per residue rmsd. thank you.

Re: [PyMOL] alignment algorithms

2010-01-29 Thread Jason Vertrees
> Dear Jason, > > ""super" does pairwise residue alignments followed by a superposition. > It also does refinements to improve the overall quality." > > Could you elaborate a little more on this?  Do you mean that it > calculates all pairwise distances and does a least squares fit with > refinement

Re: [PyMOL] alignment algorithms

2010-01-27 Thread Jason Vertrees
Hi Mike, PyMOL has quite a few structure alignment and structure fitting options. If you want CE, check out CEalign on the PyMOLWiki (http://www.pymolwiki.org/index.php/Cealign). It's a script for PyMOL. I might build it into newer releases of PyMOL, if anyone's interested (let me know). "alig

[PyMOL] alignment algorithms

2010-01-27 Thread Michael Zimmermann
Dear PyMOL users, I have browsed the wiki and the first 300 mailing list messages in the archive (the sourceforge archive does not seem to have a search set up for the archive... arg!), but did not find any details about the algorithms behind 'fit' and 'super.' I understand how align works, and i

Re: [PyMOL] Alignment Objects

2009-09-11 Thread Nathaniel Echols
On Fri, Sep 11, 2009 at 1:59 PM, Maia Cherney wrote: > Is it posible in pymol to select all residues of a certain type > automatically, like all arginines or all lysines + arginines in a chain? select resnam arg select chain A and (resnam lys or resnam arg) -

Re: [PyMOL] Alignment Objects

2009-09-11 Thread Warren DeLano
Maia, select all_arg_lys, resn arn+lys Cheers, Warren > -Original Message- > From: Maia Cherney [mailto:ch...@ualberta.ca] > Sent: Friday, September 11, 2009 2:03 PM > To: pymol-users@lists.sourceforge.net > Subject: Re: [PyMOL] Alignment Objects > > Hi, > I

Re: [PyMOL] Alignment Objects

2009-09-11 Thread Maia Cherney
Hi, Is it posible in pymol to select all residues of a certain type automatically, like all arginines or all lysines + arginines in a chain? Maia -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30

Re: [PyMOL] Alignment Objects

2009-09-11 Thread Robert Campbell
Hi David On Thu, 10 Sep 2009 14:47:43 -0700 (PDT) David Hall wrote: > Is there any documentation on getting information out of alignment objects > into scripts? I tried looking around the wiki, but I didn't see anything. > > I'm just wondering things like if I have a residue in one object, find

[PyMOL] Alignment Objects

2009-09-10 Thread David Hall
Is there any documentation on getting information out of alignment objects into scripts? I tried looking around the wiki, but I didn't see anything. I'm just wondering things like if I have a residue in one object, finding the residue in another object that has been aligned. Thanks, David

[PyMOL] Alignment Problems

2009-08-07 Thread Buz Barstow
Hi All, I'm having some trouble fitting to sets of residues in Pymol (1.2r0 - installed with Fink on MacOSX 10.5.8). I'm also having almost identical trouble using MacPymol as well (the version based on Pymol 1.1). I'm trying to align 2 sets of 4 cysteine residues. I have tried align, sup

Re: [PyMOL] Alignment of states

2009-04-21 Thread Warren DeLano
set line_color, white, ligs3d, 1 set line_color, red, ligs3d, 2 Cheers, Warren From: Young-Tae Lee [mailto:yt...@scripps.edu] Sent: Tue 4/14/2009 10:21 AM To: pymol-users@lists.sourceforge.net Subject: Re: [PyMOL] Alignment of states Well, this was easily figured

Re: [PyMOL] Alignment of states

2009-04-14 Thread Young-Tae Lee
Well, this was easily figured out by just aligning all intermediate states onto the very initial structure. By the way, can I select specific states to change their color? Thanks, Young-Tae On Apr 13, 2009, at 6:41 PM, Young-Tae Lee wrote: Dear all, I am working on making a movie showing p

[PyMOL] Alignment of states

2009-04-14 Thread Young-Tae Lee
Dear all, I am working on making a movie showing protein movements, for example from A -> B -> C -> D. I obtained calculated intermediate states between A-B, B-C, C-D from the morph server at Yale. Unfortunately, the last coordinate from one morphing step and the first coordinate from the

RE: [PyMOL] alignment in pymol

2006-03-02 Thread Warren DeLano
0)-872-0834 . Fax:(650)-872-0273 Cell:(650)-346-1154 . mailto:war...@delsci.com > -Original Message- > From: pymol-users-ad...@lists.sourceforge.net > [mailto:pymol-users-ad...@lists.sourceforge.net] On Behalf Of > Douglas Kojetin > Sent: Thursday, March 02,

[PyMOL] alignment in pymol

2006-03-02 Thread Douglas Kojetin
Hi All- If I have a protein with 150 residues (three 50 residue repeats; 1-50, 51-100, 101-150), and I want to align the first 100 residues (resi 1-100) to the last 100 (51-150) ... and try to run the following commands: load structure.pdb create s1, resi 1-100 and structure create s2, re

RE: [PyMOL] alignment question

2005-09-20 Thread Warren DeLano
:pymol-users-ad...@lists.sourceforge.net] On Behalf Of > Marc Bruning > Sent: Tuesday, September 20, 2005 6:42 AM > To: pymol-users@lists.sourceforge.net > Subject: [PyMOL] alignment question > > hello, > > is there any possibility to get a list of the pairs of atoms > that are ma

[PyMOL] alignment question

2005-09-20 Thread Marc Bruning
hello, is there any possibility to get a list of the pairs of atoms that are matched using the align command? cheers, marc

RE: [PyMOL] Alignment objects

2005-01-28 Thread Warren DeLano
r... Cheers, Warren > -Original Message- > From: pymol-users-ad...@lists.sourceforge.net > [mailto:pymol-users-ad...@lists.sourceforge.net] On Behalf Of > Andreas Henschel > Sent: Friday, January 28, 2005 9:18 AM > To: pymol-users@lists.sourceforge.net > Subject:

[PyMOL] Alignment objects

2005-01-28 Thread Andreas Henschel
Dear PyMOL community, I am trying to use the align command (from within python) and want to evaluate the pairwise matches. the command cmd.align(sel1, sel2, object="alignment") should do. Sorry for this stupid question, but how do I get hold of the "alignment" object, and what is its function

Re: [PyMOL] Alignment and Translations/Rotations

2005-01-04 Thread Bartholomeus Kuettner
>1. Alignment and Translations/Rotations (Joshua L. Adelman) > rotation of the protein). Ideally what I want to do is do a single > alignment of the last frame of the first sequence with the first frame > of the second sequence (they should be nearly identical structures) > and > then get the

[PyMOL] Alignment and Translations/Rotations

2004-12-27 Thread Joshua L. Adelman
I am trying to string together several sequences of PDB files outputted from the Yale Morph Server in order to make a movie. Basically there are 3 groups of trajectories and I want to make a continuous movie. The problem is that the Morph Server rotated one set of structures relative to the oth

[PyMOL] alignment

2004-09-06 Thread Andreas Förster
Hey all, and especially Warren, I've been playing around with alignment recently and was wondering what exactly is going on when I run the command 'align'. As I understand it, a combination of sequence and structural alignment is performed. Here is my output from a recent alignment: Match: rea