This is a read-only mirror of pymolwiki.org

Talk:Main Page

From PyMOL Wiki
Revision as of 03:06, 20 February 2005 by Tree (talk | contribs)
Jump to navigation Jump to search

Should content from the User's and Reference manual be incorporated into this site? Then in the content pages, one could reference a section of Walter's manuals. --Saper 22:54, 16 Feb 2005 (CST)

Saper, I had considered that. I was going to strip out all the commands from PyMol and make a "commands" page where people could flush in some content. Maybe we'd be better off starting with page-by-page inserting PyMol commands into the wiki. (?)
Tree 00:12, 17 Feb 2005 (CST)

"" From Luca Jovine: I apologize for being late, but... how about a section about nucleic acids? As in any other related program, they always end up being the poor siblings of proteins (I can't believe PyMOL's cartoon command still does not recognise the most common 5' and 3' nucleotides!), and I'm pretty sure people who work with them would benefit from such a section in the Wiki. Thanks, ""

Where should we put the Nucleic Acids Stuff?

Tree

For NA's - at the moment, the most appropriate location seems to be "Modeling and Editing". But perhaps we should add a special section devoted to types of molecules? ie/small molecules (like fatty acids, ligands, etc), nucleic acids, proteins, nucleic-acid/protein complexes, large macromolecules (ie/ribosome). I'm sure people have tips on how best to represent and work with each. Scale always seems to be an important factor when thinking of display details. --TheDude

Organizing PyMol Commands

Due to the inherent ambiguity of wiki naming, we have come up with a way to categorize the naming/sorting of PyMol commands.

Since PyMol has two types of commands: command script as Warren calls it; and, the API we will separate the two by the following convention.

Command Script commands page names will be "CmdScript COMMANDNAME" and will be in the category called, "CmdScript". The API naming will be similar, but we don't have to worry about namespace collisions b/c that's already been taken care of by Warren in that he has differen library names, viz "cmd" and "util" and whatnot. So an API command will be "LIBRARYNAME.COMMANDNAME" and will be in the category "API COMMANDS".

Lastly, make sure you add the category text at the bottom of each page as needed. If you're adding to the CmdScript then put this at the bottom

 [[Category:CmdScript COMMANDNAME|COMMANDNAME]]

If for some library put

 [[Category:API|API]]
 [[Category:LIBRARYNAME|FUNCTIONAME]]

This will allow us to keep track of all CmdScripts in one category, and also allow us to keep categories of individual Libraries and ALL API commands as well. Very cool.

Examples

See CmdScript.center

See Cmd.center

Tree 15:02, 19 Feb 2005 (CST)


For CmdScript, would it make more sense to mirror the API style and do

 [[Category:CmdScript|Cmdscript]]
 [[Category:COMMANDNAME|COMMANDNAME]]

--Jcorn 18:20, 19 Feb 2005 (CST)

Quote

However, a good Wiki needs to be structured beforehand, rather than having everything grow by itself. Users will add things where aproppriate, anyway. Thus, in a heavily used Wiki its definitely easy to get lost.

Go!

Please add content! Sorry for not removing that text!

Tree 00:47, 18 Feb 2005 (CST)


Expanded Schema

Proposal to incorporate more than just a manual into this site:

  1. Manual
    1. GUI
    2. Command Script
    3. Python API
    4. Settings
    5. Miscellaneous
    6. Command Line
  2. Meta Manual
    1. Selections
    2. Colors
    3. Palettes
    4. Writing/Running Scripts
    5. Customizing PyMOL
  3. Discussions
    1. News
    2. Development
    3. Questions
  4. Special Topics
    1. Movies and Animation
    2. biochemical calculations
    3. NMR
    4. Crystallography
    5. DNA
    6. Stereo 3D

Code Display Conventions