Re: [PyMOL] MacPymol

2015-12-03 Thread Thomas Holder
Hi Young-Jin, The latest MacPyMOL works fine on El Capitan. XQuartz is not required, unless you use the "MacPyMOLX11Hybrid" interface. Which version do you have installed? In my tests, all MacPyMOL versions newer than 1.4 work on El Capitan (not heavily tested, but they open and render somethi

[PyMOL] MacPymol

2015-12-02 Thread Young-Jin Cho
Hi, By accident(!) I upgraded my Mac OS to El Captain. The problem is now I cannot open my MacPymol that was fine up to previous or lion. I downloaded XQuartz but still somehow doensn't open my old MacPymol. Has some one experienced or solved this problem? Thanks in advance. Young-Jin --

Re: [PyMOL] MacPyMOL in command line mode

2015-05-29 Thread Thomas Holder
Hi CY and Jared, Jared, CY is actually right that MacPyMOL won't run if you're not logged in to the Mac desktop. I assume in your test, you were logged in on the imac (WindowServer running for your user). For this use case, we now provide the "Mac alternative X11-only build" (current: "pymol-v

Re: [PyMOL] MacPyMOL in command line mode

2015-05-29 Thread Sampson, Jared
Hi CY - If you're using the -c flag, you shouldn't need a windowing system at all. The following works for me between a MacBook Air and an iMac, both running 10.9.5, with MacPyMOL 1.7.6.0 installed on the iMac. ### begin shell ### (macbook-air)~ › ssh jared@imac Password: Last login: Fri May 2

[PyMOL] MacPyMOL in command line mode

2015-05-29 Thread Yu Chen
Hello, I am trying to run MacPyMOL in command line mode with "-c -q" option. While directly logged in to the computer, it works. But if I ssh into the computer (even with X11 forwarding enabled), it fails with some errors about connecting to WindowServer And I can tell it actually tried to launch

Re: [PyMOL] MacPyMol working dir

2015-04-16 Thread Thomas Holder
Hi gg-kawa, Is your question whether the "File > Open" dialog of the MacPyMOL interface can start in the current directory? Right now this is not possible (hard coded to use the home directory), but this is a reasonable feature request and I'm sure we can change that for the next release. Chee

Re: [PyMOL] MacPyMol working dir

2015-04-16 Thread Sampson, Jared
Hi Luigi - To get the right working directory, you can use the full path to the binary followed by the `-d` flag to run a command (`cd $PWD`) once PyMOL opens. Personally, I'd alias it in ~/.profile like this: alias macpymol='/Applications/MacPyMOL.app/Contents/MacOS/MacPyMOL -d "cd $PWD"' Al

[PyMOL] MacPyMol working dir

2015-04-16 Thread Luigi Cavallo
Hi, I just started to use MacPyMol from standard unix like Pymol, and I would like to start MacPyMol from a specific working directory, to have pdb and pse files I am working on right at hand. However, I can’t understand how to get this done. I can start by command line open -a MacPyMol or

Re: [PyMOL] MacPyMOL fink download

2015-01-19 Thread Thomas Holder
Hi everyone, On 19 Jan 2015, at 03:30, Jordan Willis wrote: > [...] If you really want a fresh install I would delete all the pymol > directories in your computer with a find command like, and run a fresh > install... > > sudo cd / ; find . -name “*pymol*" -exec rm -rf {} \; > > However, tha

Re: [PyMOL] MacPyMOL fink download

2015-01-19 Thread David Hall
(2) assuming you didn't change it when installing fink, fink will install pymol in the /sw/bin directory. (4) this is fink setting environment variables such as PATH. You can add a line to your .bashrc to source it so it will be sourced every time you open a terminal. On Mon, Jan 19, 2015 at

Re: [PyMOL] MacPyMOL fink download

2015-01-19 Thread Jordan Willis
Hi Lau, If you install from command line, it will most likely install to /usr/local/bin/. The problem is, your icons probably link to the app you uninstalled. I would try to find the /usr/local/bin/pymol in your finder window, then drag the binary to your desktop in you want an icon. If you rea

[PyMOL] MacPyMOL fink download

2015-01-19 Thread Lau Sze Yi (SIgN)
Hi, Since my edu copy failed after I upgrade to yosemite. I have downloaded pymol on my iMac 10.10.1 following the fink for 10.10 instructions on scottslab web: http://scottlab.ucsc.edu/~wgscott/xtal/wiki/index.php/Fink_for_10.10 After setting up fink, I ran sudo apt-get install pymol-py27. I am s

Re: [PyMOL] MacPymol + Missing Features (APBS?)

2014-02-13 Thread João Rodrigues
Hi Thomas, Thank you very much, that was exactly it. After a while I lost track of what I had installed.. Cheers, João 2014-02-13 20:59 GMT+01:00 Thomas Holder : > Hi João, > > I guess you had the "psico" module installed, which indeed adds an APBS > option to the "A > generate" menu. > > htt

Re: [PyMOL] MacPymol + Missing Features (APBS?)

2014-02-13 Thread Thomas Holder
Hi João, I guess you had the "psico" module installed, which indeed adds an APBS option to the "A > generate" menu. http://pymolwiki.org/index.php/psico Cheers, Thomas João Rodrigues wrote, On 02/13/14 14:44: > Dear all, > > I had the incentive version installed for a while (v1.7 beta2) and

[PyMOL] MacPymol + Missing Features (APBS?)

2014-02-13 Thread João Rodrigues
Dear all, I had the incentive version installed for a while (v1.7 beta2) and I was surprised to see that in the [A] menu, under 'generate' there was an option to generate an electrostatic map with apbs. Unfortunately my laptop HD died, and when I reinstalled everything today this option is missin

Re: [PyMOL] MacPyMOL 1.4 vs 1.5 problem with color

2012-11-23 Thread H. Adam Steinberg
Thanks Thomas, that does work. On Nov 23, 2012, at 6:31 AM, Thomas Holder wrote: > Hi Adam, > > this seems to be not yet fully implemented with the new shader > rendering. So you may turn shaders off for now: > > PyMOL> unset use_shaders > > Ray tracing is not affected, so you still can genera

Re: [PyMOL] MacPyMOL 1.4 vs 1.5 problem with color

2012-11-23 Thread Thomas Holder
Hi Adam, this seems to be not yet fully implemented with the new shader rendering. So you may turn shaders off for now: PyMOL> unset use_shaders Ray tracing is not affected, so you still can generate high quality figures with correct colors: PyMOL> ray Hope that helps. Cheers, Thomas H. Ad

[PyMOL] MacPyMOL 1.4 vs 1.5 problem with color

2012-11-19 Thread H. Adam Steinberg
Hi all, If you run the script below to get a nice blob type surface (great for illustrations) in 1.4 it all works perfectly, and you can color the new map surface any color you want. If you run the same script in 1.5 it all works perfectly too, but no matter what you do you cannot change the co

Re: [PyMOL] MacPyMOL Knowledge of Opened Structures

2012-02-01 Thread Jason Vertrees
to get around this, in the second window, I have to re-navigate to > the right directory within MacPyMOL as the command line is not enough. Glad you found a workaround for now. Please let me know about the above. Cheers, -- Jason >> From: jason.vertr...@schrodinger.com >> Da

Re: [PyMOL] MacPyMOL Knowledge of Opened Structures

2012-02-01 Thread Sean Law
econd window, I have to re-navigate to the right directory within MacPyMOL as the command line is not enough. Sean > From: jason.vertr...@schrodinger.com > Date: Wed, 1 Feb 2012 09:40:20 -0500 > Subject: Re: [PyMOL] MacPyMOL Knowledge of Opened Structures > To: magic...@hotmail.com >

Re: [PyMOL] MacPyMOL Knowledge of Opened Structures

2012-02-01 Thread Jason Vertrees
Hi Sean, Sorry to hear you're having problems. > 1) Load A.pdb into MacPyMOL via "pymol A.pdb" > 2) Load a CHARMM simulation trajectory into object "A" via "load A.dcd, A" > > 3) Load a completely different structure (must have different number of > atoms than A.pdb), B.pdb, into a separate/new i

[PyMOL] MacPyMOL Knowledge of Opened Structures

2012-01-31 Thread Sean Law
Hi PyMOLers, I noticed some strange behaviour when I do the following: 1) Load A.pdb into MacPyMOL via "pymol A.pdb"2) Load a CHARMM simulation trajectory into object "A" via "load A.dcd, A" 3) Load a completely different structure (must have different number of atoms than A.pdb), B.pdb, into a

Re: [PyMOL] MacPyMOL touch pad control

2011-06-23 Thread Marius Retegan
This depends on how you touch pad is configured and what mode you selected froum the Mouse menu. I would suggest a trial and error approach to your problem. Try doing something and see what it does. Also Google is your friend. http://www.google.fr/search?q=pymol+mouse Marius On Thu, Jun 23, 2011

[PyMOL] MacPyMOL touch pad control

2011-06-23 Thread Chandan Choudhury
Hi PyMol users, How can be I friendly with PyMol using the touch pad (MacBook Pro). What are the touch pad controls. Chandan -- Chandan kumar Choudhury NCL, Pune INDIA -- Simplify data backup and recovery for your virtua

Re: [PyMOL] MacPyMOL 1.4 on OS X 10.5.8 load command error

2011-03-24 Thread Jason Vertrees
Hi Ben, Thanks for finding this. A colleague looked into this and says it's fixable. So, we'll have a fix out soon. This is a 10.5-specific numpy issue. Our update release is planned to follow soon to clear up a few small issues. Cheers, -- Jason On Thu, Mar 24, 2011 at 3:42 PM, Ben Eisenbr

[PyMOL] MacPyMOL 1.4 on OS X 10.5.8 load command error

2011-03-24 Thread Ben Eisenbraun
Hi Jason et al, We just added PyMOL 1.4 to our software environment, and it looks like Numpy doesn't want to run on 10.5.8 machines: PyMOL>import numpy Traceback (most recent call last): File "/programs/m/pymol/1.4/MacPyMOL.app/pymol/modules/pymol/parser.py", line 260, in parse exec(layer.

[PyMOL] MacPyMOL Stereo 3D is back! (on Leopard)

2008-09-16 Thread DeLano Scientific
Great news Mac users: The just-released Mac OS X 10.5.5 patch fixes the longstanding Stereo 3D compositing problems under Leopard. So, if MacPyMOL is the primary application for which you require Stereo 3D, then as of today, you can safely buy a new Quadro-equipped Mac Pro or upgrade your existin

Re: [PyMOL] MacPyMol plug-ins

2006-05-21 Thread gilleain torrance
Hi, this is a good idea, and a fairly easy one to implement. do you mean present all of the pdb files (or the like) from a chosen directory in a list, and load each molecule via a double-click? Yes. Exactly. Probably with the directory as a button/textelement at the top of the list? Whateve

Re: [PyMOL] MacPyMol plug-ins

2006-05-19 Thread stephen rouse
1) Header file display. 2) Filelist : show a directory as a list, to avoid repeated "load" commands. this is a good idea, and a fairly easy one to implement. do you mean present all of the pdb files (or the like) from a chosen directory in a list, and load each molecule via a double-click?

Re: [PyMOL] MacPyMol plug-ins

2006-05-19 Thread Peter Adrian Meyer
> 2) filelist: > > get a kind of temporary script which would be run on each file in the list > when you opened it. A kind of frozen view (or a curried one?). > > Maybe I should just make it. Then I wouldn't have to explain the idea. Ok, I was confused on what you meant before. I've been in s

Re: [PyMOL] MacPyMol plug-ins

2006-05-19 Thread gilleain torrance
2) filelist: Yes. Yes it does. Although typing "load " works too... What I should have said was that I often find myself (and others in our group have in the past) looking at a whole bunch of structures, one after the other. When you are looking at 100s of structures in a row it gets tiring to k

Re: [PyMOL] MacPyMol plug-ins

2006-05-19 Thread gilleain torrance
Hi, Some suggestions: 1) Header file display. 2) Filelist : show a directory as a list, to avoid repeated "load" commands. 3) Ramachandran plots : I keep meaning to try dynoplot on the hybrid pymol, but never do. 4) Secondary structure display. Oh the list is endless! But number one suggestion

[PyMOL] MacPyMol plug-ins

2006-05-18 Thread stephen rouse
Hi everyone: A new plug-in architecture has been added to MacPyMol (available in versions 1.00 beta 03 and later). This allows plug-ins to be developed for MacPyMol using the native Mac development tools (Xcode) and frameworks (Cocoa). I have a couple of these plug-ins working, and so far they

Re: [PyMOL] MacPyMOL command entry

2005-12-22 Thread gilleain torrance
Hi, I've noticed this too, it can be quite frustrating. Oddly, the histories for the two windows (main, and command) seem to be different. I have never managed to work out what the problem is, but I sometimes wonder if it is to do with whether a function returns a result or not? (Wild guess! :)

[PyMOL] MacPyMOL command entry

2005-12-22 Thread Mark A Saper
Hi, Happy Holidays everyone. This is actually a bug report for Warren. If you have time, could you work on the implementation of the command recall option (up and down arrow) in the command text input field in the OS X-specific part of the window. It often forgets what the previous com

Re: [PyMOL] MacPyMOL 0.99beta29

2005-11-08 Thread Gilleain Torrance
Hi, The link to the beta99: http://delsci.com/beta/macpymol-0_99beta29.tar.gz says "Page not found". I wouldn't normally worry, but since using recent betas, my screen goes odd when waking from sleep. Which isn't much to worry about either (assuming it is caused by pymol, which I don't kno

RE: [PyMOL] MacPyMOL 0.99beta29

2005-11-07 Thread Warren DeLano
nday, November 07, 2005 8:03 PM > To: Warren DeLano > Subject: Re: [PyMOL] MacPyMOL 0.99beta29 > > Has anyone reported problems with these beta versions where > they launch but when you click on the windows, the > application seems to quit - using 10.4.3 but this problem > stem

[PyMOL] MacPyMOL 0.99beta29

2005-11-07 Thread Warren DeLano
MacPyMOL Users, For those experiencing performance and/or flicker issues under 10.4.3, please update to 0.99Beta29 -- this should be the fastest, most stable MacPyMOL to date (~2-4X faster than betas 26-28). http://delsci.com/beta Cheers, Warren -- Warren L. DeLano, Ph.D. P

[PyMOL] MacPyMOL 0.99b19

2005-10-23 Thread Mark A Saper
I started using the new MacPyMOL beta and have discovered that it does not support keyboard qualifiers to emulate a multibutton mouse. This was very useful on my Powerbook as I could do most operations without plugging in a 3-button mouse. Has anyone also noted this? __

[PyMOL] macpymol beta

2005-10-18 Thread Dan White
Hi, just downloaded the new single window macpymol beta, runs fine on imacG4 looks very nice, with the handle to minimise the tool bar and command line etc. just noticed the find polar contacts feature, very handy! cheers Dan Dr. Daniel James White BSc. (Hons.) PhD Bioimaging Coordinato

[PyMOL] MacPyMol won't load pdb files

2005-08-23 Thread Paul Fitzpatrick
I find that MacPyMol 0.98 will not load certain pdb files which are readily handled by other viewing programs. A common error message I receive is: File "/users/warren/pymol/products/MacPyMOL.app/pymol/modules/pymol/ parser.py", line 356, in parse exec(com2[nest]+"\n",pymol_names,pym

[PyMOL] MacPyMol beta 27

2005-03-02 Thread Mark A Saper
There are some weird things going on in MacPyMol 0.98beta 27. Are these known bugs? Wizard Sculpting from menu doesn't work. In mouse edit mode, control left button is behaving like control-shift left button. Suggestions? _ Mark A. Saper, Ph.D. sa...@umich.ed

[PyMOL] MacPyMOL and plugins

2005-02-23 Thread martin peters
Hi all, Setup: (Mac OS X, 10.3.8, 1.33 GHz PowerPC G4, 256MB RAM, PyMOLX11Hybrid v0.95, MaxPyMOL v0.95) I've created a new plugin and I want it to load on startup. Using PyMOLX11Hybrid or pymol under linux I would simply place the new file in the following directory: /Applications/PyMOLX

Re: [PyMOL] macpymol beta bug

2004-12-04 Thread Jianghai Zhu
Thanks. The new beta is very good. Especially like the side_chain_helper. Now I just wonder how I can get APBS plugin work under MacPymol. Jianghai == Jianghai Zhu Molecular Biology & Biochemistry Purdue University == On Dec 4, 2004, at 12:55 PM

RE: [PyMOL] macpymol beta bug

2004-12-04 Thread Warren DeLano
d...@lists.sourceforge.net > [mailto:pymol-users-ad...@lists.sourceforge.net] On Behalf Of > Jianghai Zhu > Sent: Friday, December 03, 2004 6:00 PM > To: pymol > Subject: [PyMOL] macpymol beta bug > > Hi, all, > > I am using the MacPymol 0.98beta23. I found in the menu >

[PyMOL] macpymol beta bug

2004-12-03 Thread Jianghai Zhu
Hi, all, I am using the MacPymol 0.98beta23. I found in the menu "Setting --> Cartoon" or "Setting --> Transparency" or "Setting --> Rendering" all the submenus are grey and I can't select them. What command should I use to do, for example, "use most memory in rendering"? Jianghai =

[PyMOL] MacPyMOL Beta

2004-11-11 Thread Warren DeLano
For those of you who prefer the MacPyMOL incentive version of PyMOL for the Mac, there is a new beta at: http://delsci.com/macbeta This copy will enable you to use the sequence browser without having to use X11 (via PyMOLX11Hybrid, Fink, etc.). Cheers, Warren -- mailto:war...@delsci.com Warren

[PyMOL] macPymol crashes during raytracing

2004-11-09 Thread Holger Sondermann
Hi Warren, There was already a similar posting on 2004-9-20 regarding MacPymol crashing during raytracing. I'm experiencing the same problem. I'm running MacPymol on a G4 powerbook with MacOS 10.3.6. A few months ago, raytracing worked fine without any problems. Now, Pymol crashes even when raytrac

[PyMOL] MacPyMOL startup question

2004-10-17 Thread William Scott
I have my pdb files set to open up by default with MacPyMOL. Is there a command I can put into .pymolrc or somewhere to cd to the dirname of the file that I clicked on? Right now the pwd is the /Applications folder, which means stuff saves to the wrong place by default. Did cd $PWD used to work,

[PyMOL] MacPyMOL and USB controllers

2004-04-04 Thread James R. Graham
hello all, i am trying to use an external USB device (belkin's nostromo52) to map keystrokes for use in MacPyMOL. However, it seems that MacPyMOL v.0.95 does not allow this while the "native" os x version 0.93 does. any suggestions on how to get this to work would be greatly appreciated! jam

Re: [PyMOL] PyMOL/MacPyMOL Beta Feedback

2004-02-18 Thread Nick Skelton
Hi there Warren, I have been using the v0.94 MacPyMOL that we got from you last december. It has been very stable on my desktop system: dual cpu G4867 MHz power PC (version 2.1) OSX 10.2.8 (6R73) v0.94 However, using the same version on my lap top has not been so reliable G4 powerboo

[PyMOL] PyMOL/MacPyMOL Beta Feedback

2004-02-18 Thread Warren DeLano
MacPyMOL beta testers: Are the latest beta builds of MacPyMOL still exhibiting a significant number of spontaneous crashes in your hands? http://delsci.com/macpymol So far, I have been utterly unable to reproduce the reported instability on my G4 and G5 test systems. Thus, I am wondering whe

[PyMOL] MacPyMOL Beta 2 Announce/Caveat

2004-02-02 Thread Warren L. DeLano
Mac Users, Development and testing on the MacPyMOL Incentive Product continues, but parallel development on the open-source foundation has interfered a bit. However, since I promised a public MacPyMOL announcement by late January, I am hereby announcing that MacPyMOL Beta 2 can now be downloaded