Category:FAQ

From PyMOLWiki
Jump to navigation Jump to search

FAQ

Overview

Please post your FAQs here. I suggest you write a Q&A style list with a short answer. More involved answers should link to its own page. Just my suggestion. Should we have topics? Please note, not all AQ are FAQ. Also, many answers to frequently recurring problems are probably best sought by searching for your terms in the Wiki.


Q: Is there any way to export PyMol models onto CAD standards (autocad, archicad) or 3D modeling software (blender, 3DStudio, Maya)? Thanks a lot.



Q: I am wondering how to change the default settings for a color "spectrum". I would like to color by b-factor but not with the default spectrum but from white-to-red.

A: See Color#Color_by_Spectrum_Example.




Q: I was wondering what the percentage given under the mutengensis wizard means? Thanks...



Q: I've installed PyMol_0_98 correctly but I can't open my files in .mol2 or .pdb format from the menubar. Instead I can open them with the program. I can't even save the images I create in PyMol and obviously the mivie too.

Could you help me to solve these problems. Thanks Vittorio

A1: Vittorio, if I understand you correctly, then you need to (a) make sure you have the PDB file on your machine, say Desktop (or home directory, for *nix), then in the GUI click on, "File"->"Open" then use the dialog to find the file you want to load. You can save time if you know where the file is by just using PyMol's "load" command

load fileName, objectName

loads the fileName into a new object called objectName, for example,

load /tmp/1ggz.pdb, 1ggz

See load,

A2: To save images you have a couple options. First, to save a quick raw screen dump type, "png fileName" to save a PNG image (IE and other programs can view these files). Or, secondly, if you prefer a higher quality image with ray-traced shadows and textures you can do, "ray" then, the above "png" command.

See ray, png, Using PyMol

Hope this helps. If it didn't please restate your question to make it more clear.


Q: I've installed PyMol_0_98, and recently my structures have stopped displaying. I've tried uninstalling PyMol_0_98 and installing PyMol_0_97, and yet i've ran into the same problem...my .pdb files no longer display, although it is evident that they are being loaded and I can edit them.

Does anybody have any clue as to what might be the problem? Thanks, shebsmehr



Q: Hi I have a problem. For some reason PyMOl do not display certain areas (several loops) of my .pdb file (1DAN) when in cartoon. When I display the structure in "lines" or "sticks" everything is ok. Furthermore, other .pdb viewers dont have this problem. I have tried several things: 1. Upgraded to the newest version og PyMol. 2. Redefined secondary structure using the "alter command". 3. Imported the .pdb file into SwissViewer, saved as the imported structure as a .pdb file, and then imported into PyMOl.

None of these things have solved the problem. Help please! (I would hate to have to start using another pdb-viewer!!) Cheers Kasper


Q: I want to move one object while keeping another fixed. How do I do this?

A: Load the proteins as separate objects, put the mouse into 3-button editing mode, then shift-middle click-and-drag on the molecule to translate and shift-left-click-and-drag to rotate. (Warren DeLano answer)


Q: I'd like to select residues that are in contact with a surface, or else be able to select buried/non-buried residues, is there any way to do this ? Xevi 03:52, 16 Jun 2006 (CDT)



Q: I am doing some MD simulations using CHARMM (not AMBER) and would like to visualize the .dcd files output by CHARMM. I understand that PyMol can open .trj files from AMBER but is there a way to open up these .dcd files and if not, are there any plans to implement this? Thank you for your time!

A: Answering my own question here. See: Load_Traj



Q: I would like the distance labels generated with the 'distance' command to be single-digit only, e.g. 2.8 instead of 2.77. How can I do this? Thanks, MindFrog

A: Setting startup settings and python commands can be done in a file: ~/.pymolrc E.g. command in there: cmd.set('label_distance_digits',1) On my windows machine this is in C:\Documents and Settings\jurgen.WHELK.000\.pymolrc


Q: Some of the bases in RNA helices are missing (not all in any given helix) when I am showing them in the CARTOON mode. How should I set it to get them shown? I tried the Secondary Structure Assignment commands, they did not work.


Q: Can the startup settings be edited so that MacPyMol starts with a One-Button Mouse mode? Please advise. A: echo "config_mouse one_button" >> ~/.pymolrc


Q: After using the usual mset command to rotate an object, states/frames are loaded into that object. However, using the "frame" command has odd behaviour (in comparison to loading a molecular dynamics trajectory into the state in which the "frame" command behaves normally). Can anyone explain this?


Q: How do I suppress the 'ExecutiveRMS' output while running cmd.pair_fit()?


Q: How does cmd.rms() choose a mapping between atoms in the selections? Exhaustive search over all possibilities?


Q: Why does PyMol run version 2.3 of Python when I have Python 2.5 installed?

This category currently contains no pages or media.