Re: [PyMOL] Logging the sculpt wizard

2011-03-24 Thread Thomas Holder
. onwards, > there are no commands written into the log file for the sculpting > functions. Pressing the "Sculpt" button in the PyMOLX11Hybrid does not > lead to a command I can see in the log file. > What would be the Python code to start the sculpt process? > > A

Re: [PyMOL] Logging the sculpt wizard

2011-03-24 Thread Thomas Holder
there was a bug in the script, sorry. Corrected script attached. Cheers, Thomas On Thu, Mar 24, 2011 at 8:40 AM, Thomas Holder wrote: > Hi Martin, > > I have a script that does almost exactly what you want (I guess). See > attachment. > > Cheers, >  Thomas --

Re: [PyMOL] Calling pymol from python - access to global variables

2011-03-29 Thread Thomas Holder
. Of course, I can > register the function in the pymol module (uncomment the setattr > line), but I don't think it's proper meddling with established modules > like that. Does anyone know a better/cleaner solution? > > In addition, does anyone know how to suppress the GUI stuf

Re: [PyMOL] RES: radius of gyration

2011-03-31 Thread Thomas Holder
k),(mi,mj,mk) in zip(x,xm)) > # Second part of the sum under the sqrt > mm=sum((sum(i)/tmass)**2 for i in zip(*xm)) > # Radius of gyration > rg=math.sqrt(rr/tmass-mm) > # Print it... > print "Radius of gyration:", rg > return rg > > cmd.extend(&q

Re: [PyMOL] Spectrumany bug?

2011-04-05 Thread Thomas Holder
pt in the wiki so it should work with older python now. Can you download again and try? Cheers, Thomas On Tue, Apr 5, 2011 at 8:49 PM, Anastassis Perrakis wrote: > Hi - > > I am trying to use the script by Thomas Holder, Spectrumany > > http://www.pymolwiki.org/index.php/Spectruma

Re: [PyMOL] Convert pml script to Pymol Python script

2011-04-09 Thread Thomas Holder
Jason Vertrees wrote, On 04/08/11 20:09: > Hi Matthias, > > There is no script that I'm aware of, but writing one should be rather > straightforward because of how the API is organized: > > commandName arg1, arg2, arg3 > > becomes > > cmd.commandName(arg1, arg2, arg3) I would use the cmd.keywo

Re: [PyMOL] Convert pml script to Pymol Python script

2011-04-09 Thread Thomas Holder
y-working script attached, have fun! Cheers, Thomas -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen ''' http://sourceforge.net/mailarchive/message.php?msg_id=27331786 Subject: [PyMOL] Convert pml script to Pymol Python script Date: Fri, 8 Apr 2011 1

Re: [PyMOL] Convert pml script to Pymol Python script

2011-04-09 Thread Thomas Holder
it's on the wiki now: http://pymolwiki.org/index.php/Pml2py Cheers, Thomas Thomas Holder wrote, On 04/09/11 11:17: > Michael Lerner wrote, On 04/08/11 20:16: >> It's not elegant at all, but it's worth knowing that you can use >> cmd.do("...") as a qui

Re: [PyMOL] How to color in a different way different helix types?

2011-04-12 Thread Thomas Holder
d reads the output using BioPython. It then makes several > selections, each for a kind of secondary structure elements (SSE) if > there is at least one residue in the input selection is assigned with > the SSE. > > regards, > hongbo -- Thomas Holder MPI for Development

Re: [PyMOL] labeling dna residues

2011-04-14 Thread Thomas Holder
or-Error: Malformed selection. > ( ( name ca+C1*+C1' and ( byres ( b )<-- > > how to fix it? > > I want to know how label dna residues by command line? > > please guide me. > > best wishes > > -- > > Leila Karami > Ph.D. student of Physical Chemistry

Re: [PyMOL] change of color of dashed line in distance command

2011-04-16 Thread Thomas Holder
Hi Leila, > I want to know how to change color of dashed line. (color of dashed line > is yellow by default). it's the dash_color setting, so to make them blue for example type: set dash_color, blue http://www.pymolwiki.org/index.php/Dash_color Cheers, Thomas -- Thomas Hol

Re: [PyMOL] Get Protein Dimension

2011-04-26 Thread Thomas Holder
pages will help: http://pymolwiki.org/index.php/Launching_From_a_Script http://pymolwiki.org/index.php/Python_Integration Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -- WhatsUp Gold - Download Free Network Management

Re: [PyMOL] Downloading the biological assembly from the PDB

2011-05-03 Thread Thomas Holder
/Chrystallographers who know how to do this. > As an example, when downloading the PDB file of "1AVD", I get a file > with two chains. The biological assembly would be a tetramer, so I > wonder what URL I would require to write into a script that does the > downloading. >

Re: [PyMOL] Simultaneous fading in and out of different representations

2011-05-04 Thread Thomas Holder
( (60-j)/60.0 ) ) > -- > > > And various other combinations, but none seem to produce the result that > I desire. Can anyone help me with the scripting as my python knowledge > is very basic. > > Thanks > Sena -- Thomas Holder MPI for Developmental Biology Spemanns

Re: [PyMOL] Fetching scripts

2011-05-04 Thread Thomas Holder
builds want to include it. > > Cheers, > > -Michael > > -- > Michael Lerner, Ph.D. > IRTA Postdoctoral Fellow > Laboratory of Computational Biology NIH/NHLBI > 5635 Fishers Lane, Room T909, MSC 9314 > Rockvi

Re: [PyMOL] nucleic acid (one or two letter) residue names

2011-05-18 Thread Thomas Holder
> In one instance, the "C" residue name is left justified and right > justified in the other. > Of course, this cannot happen for the three letter residue names. > Any clue ? > > I tried the following : > > *pdb_truncate_residue_name* (boolean, default: off) controls

Re: [PyMOL] nucleic acid (one or two letter) residue names

2011-05-18 Thread Thomas Holder
On 05/18/2011 02:23 PM, Pascal Auffinger wrote: > Thanks for confirmation. > > Any clues on how to fix this ??? it has to be fixed in the C-code. I guess it's CoordSetAtomToPDBStrVLA in layer2/CoordSet.c Cheers, Thomas -- Thomas Holder MPI for Develop

Re: [PyMOL] nucleic acid (one or two letter) residue names

2011-05-18 Thread Thomas Holder
rsion. see attached patch (untested, since my build seems to be broken at the moment). This an important bug (at least for me). I and many others on the list don't master C languages (oups ... Am i the only one ?) for sure you're not the only one ;-) Cheers, Thomas -- Thomas

Re: [PyMOL] nucleic acid (one or two letter) residue names

2011-05-18 Thread Thomas Holder
=3304003&group_id=4546&atid=104546 Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extend

Re: [PyMOL] PyMOL-users Digest, Vol 60, Issue 7

2011-05-18 Thread Thomas Holder
rg/index.php/Mset Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generat

Re: [PyMOL] How to display clashes

2011-06-06 Thread Thomas Holder
anks, Claudia Claudia Scotti Dipartimento di Medicina Sperimentale Sezione di Patologia Generale Universita' di Pavia Via Ferrata, 1 27100 Pavia Italia Tel. 0039 0382 986335/8/1 Facs 0039 0382 303673 -- Thomas Holder MPI for Developmental Biology show_bumps.py Description: application/chimera --

Re: [PyMOL] Generating Image of Periodic System

2011-06-14 Thread Thomas Holder
e on my blog <http://qmviews.blogspot.com/>. If I cant > come up with a PyMOL solution, then I guess I'll just try to find a > Python solution. > > Thanks for any hints on this. -- Thomas Holder MPI for Developmental Biology

Re: [PyMOL] How to avoid the message "ObjectMoleculeGuessValences" in pymol1.4.1?

2011-06-16 Thread Thomas Holder
use that one! (this could be improved I guess). Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the pow

Re: [PyMOL] How to merge molecules in Pymol?

2011-06-17 Thread Thomas Holder
ct containing the first atom is moved [and rotated] so as to form an approximately resonable bond with the second, and is then merged with the first object." Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -

Re: [PyMOL] Polar Contacts printed to text file.

2011-06-24 Thread Thomas Holder
rns atom pairs with (model,index) keys. pairlist = polarpairs("exp_interest", "exp_interest", cutoff=3.6, \ name="interest_polar_conts") You can drop the 'name' argument if you don't need the object for visual inspection but only the pair

Re: [PyMOL] next resi

2011-06-26 Thread Thomas Holder
ra Cheers, Thomas jp d wrote, On 06/24/11 22:57: > hi, > is there a way in pymol/python scripts to > determine what the next or previous resi would be? > > it needs to handle insertions and deletions > > thanks > jpd -- Thomas Holder MPI for Developmental Biolo

Re: [PyMOL] Secondary structure bug?

2011-06-28 Thread Thomas Holder
calculates the consensus secondary structure over all states. You may produce distorted intermediates with g_morph, so that consensus might not be appropriate. To only consider first and last state, do this: dss movie, state=-4 Cheers, Thomas -- Thomas Holder MPI for Developmental Biolog

[PyMOL] personal plugin directory

2011-06-30 Thread Thomas Holder
Hi pymolers, I wrote a script to use a personal plugin directory. http://pymolwiki.org/index.php/PluginDirectory Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -- All of the data generated in your

Re: [PyMOL] Delete frames in movie

2011-07-10 Thread Thomas Holder
]] Cheers, Thomas Matthias Schmidt wrote, On 07/09/11 22:32: > Hi, > > I made a nice movie and it's fine and I would just like to delete a > part of it or to insert some frames. How is that possible? Mset resets > the whole movie and mview does not seem to do what I wo

Re: [PyMOL] Superimposing 2 or more Selections PyMOL GUI

2011-07-12 Thread Thomas Holder
y overlap? See Tsjerk's reply. Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record o

Re: [PyMOL] save new coordinate

2011-07-20 Thread Thomas Holder
view[12:15] + [1.] cmd.transform_selection('(all)', M, transpose=1) cmd.set_view([1,0,0,0,1,0,0,0,1] + view[9:]) cmd.extend('transform_by_camera_rotation', transform_by_camera_rotation) Example: fetch 2xwu orient transform_by_camera_rotation save /tmp/withneworientation.pdb Cheer

Re: [PyMOL] save new coordinate

2011-07-20 Thread Thomas Holder
" to run python scripts. Or type into the command line: run transform_by_camera_rotation.py After that, PyMOL knows the transform_by_camera_rotation command. For more details see: http://pymolwiki.org/index.php/Run http://pymolwiki.org/index.php/Running_Scripts C

Re: [PyMOL] euler-rod axis

2011-07-24 Thread Thomas Holder
from numpy import identity, matrix R = identity(4) T = identity(4) R[0:3,0:3] = M[0:3,0:3] T[0:3,3] = t # should print two times the same matrix print M print matrix(T) * matrix(R) * matrix(T).I Hope that helps. Cheers, Thomas -- Thomas Holder MPI for Developmental Biology Spemannstr. 3

Re: [PyMOL] save new coordinate

2011-07-24 Thread Thomas Holder
. run transform_by_camera_rotation.py# run the script transform_by_camera_rotation # call the new command save /tmp/withneworientation.pdb # save the file Is that clear? Cheers, Thomas -- Thomas Holder MPI for Developmental B

Re: [PyMOL] Help for surface coloring

2011-07-28 Thread Thomas Holder
-6103-77-1255 -- Thomas Holder MPI for Developmental Biology distancecoloring.py Description: application/chimera -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often.

Re: [PyMOL] Extending PyMOL or Plugins

2011-07-31 Thread Thomas Holder
directory) so far only recognizes single python files (this will most likely change in the future). Cheers, Thomas -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen -- Got Input? Slashdot

Re: [PyMOL] Help

2011-07-31 Thread Thomas Holder
ate and rotate commands: http://www.pymolwiki.org/index.php/Modeling_and_Editing_Structures#Translate_or_rotate_individual_objects If this is not precise enough for you and you want real beta-sheet modeling, you should use something like modeller. Cheers, Thomas -- Thomas Holder MP

Re: [PyMOL] radio buttons does not work (Plugin)

2011-08-03 Thread Thomas Holder
is example) when hit the > submit button. -- Thomas Holder MPI for Developmental Biology -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts.

Re: [PyMOL] Saving each residue to file

2011-08-15 Thread Thomas Holder
t figured out how to combine them in the > right way. > It would be great if the residues could be saved by increasing residue > number, something like > res-a001 > res-f002 > where 'a' and '

Re: [PyMOL] Dynoplot : Interactive plot

2011-08-16 Thread Thomas Holder
> correctly. There isn't any traceback or error reported on the console. > > Do you have experienced similar problems ? I can confirm that DynoPlot does not work. This needs to be fixed. Cheers, Thomas -- Thom

Re: [PyMOL] Dynoplot : Interactive plot

2011-08-16 Thread Thomas Holder
). Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -- uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion an

Re: [PyMOL] How to draw a cartoon representation on secondary structures containing beta-amino acids?

2011-08-16 Thread Thomas Holder
ecognize the helix but it > do not work. are you sure? What happens if you try this: alter all, ss='H' as cartoon rebuild Cheers, Thomas -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen --

Re: [PyMOL] loading gro files

2011-08-18 Thread Thomas Holder
olvated system> 100.000 atoms I have problems with water >> molecules. Is it possible to handle gro files with more than 100.000 atoms >> and residues? >> Best -- Thomas Holder MPI for Developmental Biology --

Re: [PyMOL] Multiple Structure Superposition

2011-08-29 Thread Thomas Holder
on. > > Cheers, > > Tsjerk > > On Mon, Aug 29, 2011 at 8:43 AM, Suda Ravindran wrote: >> Hi, >> >> I would like to know how to do structure based superposition using PyMol for >> 3 or more structures. Please help me out. >> >> Thanks, >> &g

Re: [PyMOL] Configuration of Player

2011-09-01 Thread Thomas Holder
om 1-10 and then from 10-1. As far as I know there is no "movie_back_and_forward" setting. You need to map states to frames with mset: mset 1-10 10-1 mplay http://pymolwiki.org/index.php/Mset http://pymolwiki.org/index.php/MovieSchool_2#Terminology Cheers, Thomas -- Thomas Holder

Re: [PyMOL] Script for Torsion angles

2011-09-02 Thread Thomas Holder
aller) angle between the two normals of the planes defined by x1, x2, > x3 and x2, x3, x4, respectively. For some odd reason the measurment > wizard in my PyMOL install does not display torsion angles..!? > > Kind regards and thanks for any feedback. > Martin -- Thomas Holder MP

Re: [PyMOL] Mutagenesis script

2011-09-04 Thread Thomas Holder
d() without arguments does. Cheers, Thomas -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution

Re: [PyMOL] (no subject)

2011-09-04 Thread Thomas Holder
. If the two structures have the same sequence (same atom identifiers) and you don't need an "alignment", you can use rms_cur. http://pymolwiki.org/index.php/Rms_Cur Cheers, Thomas -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen --

Re: [PyMOL] add polar/aromatic hydrogen

2011-09-06 Thread Thomas Holder
hydrogen -- only add all hydrogen, > > thanks for any suggestions, -- Thomas Holder MPI for Developmental Biology -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at

Re: [PyMOL] Mutagenesis script

2011-09-06 Thread Thomas Holder
be the problem? > > I have tried using the log function + mutagenesis wizard in Pymol GUI > but something strange is happening. The position 36:B did changed to His > but > > e.g. > > input file - 1shr.pdb -> atom number for 36:B:CA is 1334 > output file - kill.pdb -> at

Re: [PyMOL] Mutagenesis script

2011-09-06 Thread Thomas Holder
On 09/06/2011 03:43 PM, Thomas Holder wrote: > Try this: > cmd.save("kill.pdb", test) sorry, forgot quotes, must be: cmd.save("kill.pdb", "test") -- Thomas Holder MPI for Developmental Biology

Re: [PyMOL] add polar/aromatic hydrogen

2011-09-06 Thread Thomas Holder
2, name C12, name O4 Hope that helps, Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -- Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even bet

Re: [PyMOL] print hydrogen bonds involved residues

2011-09-10 Thread Thomas Holder
selections, > here I got two. > > Thanks for any suggestions, > > -- > Best Regards, > > lina -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen -- Malware Security

Re: [PyMOL] Writing a script yo pymol

2011-09-12 Thread Thomas Holder
and more examples see: http://pymolwiki.org/index.php/Color http://pymolwiki.org/index.php/Util.mroll http://pymolwiki.org/index.php/Property_Selectors http://pymolwiki.org/index.php/Selection_Algebra Cheers, Thomas -- Thomas Hold

Re: [PyMOL] print hydrogen bonds involved residues

2011-09-12 Thread Thomas Holder
> You have to make .pml file and put the python commands inside pymol > blocks. it's "python" blocks, see: http://pymolwiki.org/index.php/Python > ... do I need to put those code in another .py file? That's also possible, yes. Cheers, Thomas -- Thomas Holder

Re: [PyMOL] compare crystal packing of two different Space Groups

2011-09-12 Thread Thomas Holder
tructure. I > tried in coot to superimposed two structures then save the moved > molecules, but the space group changed to the target structures. I also > tried the matrix_copy command with failure. > > Does anyone know how to do this? Thanks in advance. > > Best, > Shukun -- Tho

Re: [PyMOL] compare crystal packing of two different Space Groups

2011-09-13 Thread Thomas Holder
used the "Matrix_copy" command? I upgraded pymol to the > version of 1.4.1, . yes, the matrix_copy command was introduced after 0.99! Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -- BlackBe

Re: [PyMOL] pymol wildcards usage

2011-09-13 Thread Thomas Holder
all except obj1 I write: > delete not obj1 > but this expression does not works as expected... > > Is there a way in pymol to delete all except [something]? > In selections these experssions work. But in object names they don't. > > >

Re: [PyMOL] refresh molecule display in python script

2011-09-14 Thread Thomas Holder
db in the display immediately after loading it and before "do > lot more" is executed? > > Best, > > Matthias > -- > Structural Bioinformatics and Computational Biochemistry Unit > Dept. of Biochemi

Re: [PyMOL] regarding the dssp plugins

2011-09-16 Thread Thomas Holder
eck one by one, and run dssp and update ... Thanks for any advice, -- Best Regards, lina -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen ''' (c) 2010 Thomas Holder, Max Planck Institute for Developmental Biology PyMOL wrapper for DSSP and STRIDE '&#

Re: [PyMOL] regarding the dssp plugins

2011-09-16 Thread Thomas Holder
ror: [Errno 2] No such file or directory does /home/lina/dssp point to your dssp executable? Cheers, Thomas PS: I just realized that there is a new dssp-2 and it does not understand the -na option, thus will fail with my script without modifying it. -- Thomas Holder MPI for Developmental Biol

Re: [PyMOL] how to organize those .py

2011-09-19 Thread Thomas Holder
> > Thanks, > > -- > Best Regards, > > lina -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Lea

Re: [PyMOL] How to print sequence based on structure

2011-09-19 Thread Thomas Holder
Hi Lina, > Another question here, > > can I show the whole residue as a ball, and different residues connect > by (virtual) bonds. combine ribbon and CA spheres: hide everything show ribbon show spheres, name CA set sphere_scale, 0.5 set ribbon_width, 5 Cheers, Thomas -- T

Re: [PyMOL] Dynoplot : Interactive plot

2011-09-20 Thread Thomas Holder
, Thomas Thomas Holder wrote, On 08/16/11 15:51: > On 08/16/2011 03:16 PM, Joseph André wrote: >> Hi everybody, >> >> I want to build an interactive plot I tried to use and tweak dynoplot >> but DynoPlot doesn't work properly : I can display the Tk window but >&

Re: [PyMOL] A quick Q: zoom

2011-09-21 Thread Thomas Holder
olwiki.org/index.php/Zoom Cheers, Thomas On 09/21/2011 04:47 PM, lina wrote: > Hi, > > I tried to zoom in, make it large, > > but seems not work, neither, > zoom > zoom complete 1 or 0 > zoom center > > Thanks for some suggestions, > > -- > Best Regards

Re: [PyMOL] Write in a file the number of water at a distance from a protein surface

2011-09-22 Thread Thomas Holder
I can to do this using the pymol GUI but I would prefer that > the script : > > - shows the selected water molecules as a sphere > - and writes the results in a file with the water ID (i.e. residue > number), for e

Re: [PyMOL] help needed

2011-09-23 Thread Thomas Holder
5) # zone 2 select ZONE2, byres (ligand around 9.0) and not ZONE1 # save to files save zone1.pdb, ZONE1 save zone2.pdb, ZONE2 Have a look at http://pymolwiki.org/index.php/Selection_Algebra Cheers, Thomas -- Thomas Hold

[PyMOL] comparison of distance operators

2011-09-23 Thread Thomas Holder
rs Cheers, Thomas -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of a

Re: [PyMOL] how to change atom name

2011-09-27 Thread Thomas Holder
ession! More details and examples: http://pymolwiki.org/index.php/Alter Cheers, Thomas On 09/27/2011 09:35 AM, lina wrote: > Hi, > > how can I change the atom such as > > H01 to H22 in command > > Thanks ahead, > > -- > Best Regards, &g

[PyMOL] Fwd: Rendering 3D Surveys with Pymol

2011-10-06 Thread Thomas Holder
Dear PyMOL users, I don't know how many cavers are in this audience, but if you are curious what PyMOL can be used for apart from displaying molecules, have a look at the post below! Cheers, Thomas Original Message Subject: Rendering 3D Surveys with Pymol Date: Wed, 5 Oct

Re: [PyMOL] Rotation of a Protein

2011-10-10 Thread Thomas Holder
chain of the protein by > 60,120,180,240 degrees each. > Is there a script in PyMol that can do that? > > Best, > Kanika -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen ---

Re: [PyMOL] How did they generate this figure

2011-10-10 Thread Thomas Holder
h purple cloud effect? > > Thanks for any hint. -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen -- All the data continuously generated in your IT infrastructure contains a def

Re: [PyMOL] how can quickly make a fractional atoms into one

2011-10-11 Thread Thomas Holder
H >> ATOM823 C12 PDB 1 34.140 35.147 -0.218 -0.18 >> -0.01 C >> >> only the last field. >> >> How can I quickly achieve it. >> >> Thanks, -- Thomas Holder MPI for Developmental Biology -

Re: [PyMOL] Ray Trace Mode 1 and Labels

2011-10-15 Thread Thomas Holder
>> Is there a way to stop ray_trace_mode 1 putting an outline on labels? >> Although the outline looks quite good for the graphics, especially once they >> are printed, it makes the text look like blocky typewriter font. Any advice >> appreciate

Re: [PyMOL] how to activate pymol from remote server

2011-10-15 Thread Thomas Holder
pop()) > IndexError: pop from empty list > -- > > By referring, > http://www.pymolwiki.org/index.php/Launching_PyMOL#Launching_PyMOL_from_an_external_application >> If PYMOL_PATH, LD_LIBRARY_PATH, and TCL_LIBRARY are correctly defined, then >> yo

Re: [PyMOL] how to activate pymol from remote server

2011-10-17 Thread Thomas Holder
xclock) and if you are successful, then try the same with PyMOL. Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -- All the data continuously generated in your IT infrastructure contains a definitive reco

Re: [PyMOL] about Display CCP4 Maps

2011-10-25 Thread Thomas Holder
ll molecular (ligand), the ccp4 is the best way to obtain > its electron density map? > > Seems those questions are not so-pymol-related, but I wish if someone > are familiar with this, can give me some advice?? > > Those questions might be easy, but to me at present it see

Re: [PyMOL] about Display CCP4 Maps

2011-10-25 Thread Thomas Holder
On 10/25/2011 02:27 PM, lina wrote: > On Tue, Oct 25, 2011 at 7:56 PM, Thomas Holder > wrote: >> Hi Lina, >> >> do you already have any electron density or reflection file (*.map, *.mtz, >> ...) or do you want to create a "fake" density from your

Re: [PyMOL] about Display CCP4 Maps

2011-10-25 Thread Thomas Holder
> And read the help for the map_new command (there is no wiki page yet): > PyMOL>help map_new now the wiki page is there: http://pymolwiki.org/index.php/Map_new Cheers, Thomas -- Thomas Holder MPI for Developmenta

Re: [PyMOL] Pymol: Cartoon representation for .pdb file with multible entries

2011-10-26 Thread Thomas Holder
; secondary structure is shown correctly. > > How can I make Pymol show the structure of the multible states in one > file correctly? > > Thanks in advance for answers! > > Cheers, > Alexander -- Thomas Holder MPI for Developmental Biology

Re: [PyMOL] Putting a protein molecule into a grid and traversing through the grid

2011-10-27 Thread Thomas Holder
? > please let me know. > > Thanks > -Anasuya Cheers, Thomas -- Thomas Holder MPI for Developmental Biology -- The demand for IT networking professionals continues to grow, and the demand for specialized n

Re: [PyMOL] Pymol movie

2011-10-31 Thread Thomas Holder
e surface,A >> turn x,90 > but i see object A turned >> show surface,A >> scene=002,store >> mview store,scene=002 > mplay > > and i see both objects to rotate 90 degrees with respect to their-axis. > How can i solve this problem? > > Guridis Georgios >

Re: [PyMOL] Put scripts in a svn folder

2011-11-10 Thread Thomas Holder
ctory, and users would get these corrections. > > I dont know if the pymol wiki could fetch and display the scripts from > the subversion folder. > > How does this idea sounds? > > Bes > Troels -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübing

Re: [PyMOL] Filled rings for cyclic molecules?

2011-11-10 Thread Thomas Holder
cartoon_ring_finder, 4 set cartoon_ring_mode, 3 as cartoon It's a bit hidden in the PyMOLWiki: http://pymolwiki.org/index.php/Examples_of_nucleic_acid_cartoons#Cartoon_ring_finder Cheers, Thomas -- Thomas Holder MPI for Developmental Biology

Re: [PyMOL] Editing of the pdb structure

2011-11-10 Thread Thomas Holder
tructure hm, shouldn't it be the other way round? FOR is N-terminus and ETA is C-terminus? Cheers, Thomas -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen -- RSA

Re: [PyMOL] RMSD between two structures

2011-11-11 Thread Thomas Holder
; somehow access the function for calculating this value directly from the > pymol prompt without aligning? > > Thanks for hints > Martin -- Thomas Holder MPI for Developmental Biology ---

Re: [PyMOL] Torsion angles

2011-11-17 Thread Thomas Holder
n plot > > 2- I'd like to make such measurements for the enssemble of the pdb > structures and plot on the ramachandran map values for each structure ( > by points or other markers) > > Finaly could you show me some tutorials wich could help me working with >

Re: [PyMOL] Fwd: Torsion angles

2011-11-17 Thread Thomas Holder
) for my enssemble. How I could mark Chi-1 angle for all my structures and plot in on Rama map? I don't know of any easy solution to that, sorry. Maybe someone else? Cheers, Thomas -- Thomas Holder MPI for Developmental Biology DynoPlot.py De

Re: [PyMOL] Fwd: Torsion angles

2011-11-17 Thread Thomas Holder
.get(ss, self.mark) I just updated the PyMOLWiki page with the modifications (but markers by secondary structure are disabled by default to not change the previous behaviour). http://pymolwiki.org/index.php/DynoPlot Cheers, Thomas -- Thomas Holder MPI for Deve

Re: [PyMOL] Expose PyMOL API

2011-11-22 Thread Thomas Holder
eatures from > outside of PyMOL? An example, the below is a script (inspired by Thomas > Holder) which saves down to disk all amino acids of a protein structure > into separate PDB files. > > # * > from pymol

Re: [PyMOL] Work with pdb's enssemble

2011-11-22 Thread Thomas Holder
ld use the > > combination of the structure alignment ( like CEalign) with > the common seq. > > alignment but I dont know exactly how :( > > You should use the 'cealign' or 'super' commands to do this. Cealign > uses on

Re: [PyMOL] Expose PyMOL API

2011-11-22 Thread Thomas Holder
t pymol > > > What could be the problem? Could it be that the 'pymol/pymol_path' call > is not exactly right? In the modules/pymol directory, there is a module > 'pymol/launch_pymol', but I have a similar error ("No module named > _cmd") when I try to

Re: [PyMOL] measuring helix angle

2011-11-22 Thread Thomas Holder
> Thanking you in advance... > Hena -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, a

Re: [PyMOL] creating PDB structure

2011-11-23 Thread Thomas Holder
both torsion angles ? > > Also I'd like to know is there any module for pymol wich could be used > for obtaining linear unfolded structure for the defined sequence or > folded protein ( in pdb) ? > > Thanks, > > > James --

Re: [PyMOL] creating PDB structure

2011-11-23 Thread Thomas Holder
use. Or, prior to clicking the "Ace" button type this: edit first (name N) Cheers, Thomas -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen -- All the data continuously gener

Re: [PyMOL] H-bonds representation

2011-11-26 Thread Thomas Holder
in protein-ligand complex ( beetwenn > specified ligand groups as well as some amino acid residues of the > ligand binding pocket) just like before, but with ligand as selection 1 and receptor as selection 2. Hope that helps. Cheers, Tho

Re: [PyMOL] H-bonds representation

2011-11-28 Thread Thomas Holder
rom those > residues. > > Thanks, > > James -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen -- All the data continuously generated in your IT infrastructure contains a definiti

Re: [PyMOL] RMSD between two structures

2011-11-30 Thread Thomas Holder
ting the RMSD over the remaining matches. > > Cheers, > > Tsjerk > > On Wed, Nov 30, 2011 at 11:05 AM, Martin Hediger wrote: >> How does PyMOL calculate the RMSD between two structures where the >> number of atoms is different? >> Martin -- Thomas Holder MPI

Re: [PyMOL] Installation PyMOL failure in Linux (CentOS)

2011-12-05 Thread Thomas Holder
a36 >>>>> Referring the following, I'm trying to install PyMOL 1.4.1 with >>>>> attached 'compile_pymol.sh', but no success. Would you please help to >>>>> finish installation, or give me some advices? If information >>>>> ina

[PyMOL] frames around code in PyMOLWiki

2011-12-05 Thread Thomas Holder
can we have frames around code blocks like before? Or am I the only one who misses them? Cheers, Thomas -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen -- All the data continuously

  1   2   3   4   5   6   7   8   9   10   >