Changes between Version 18 and Version 19 of Needed Command Functionality
- Timestamp:
- May 5, 2015, 3:28:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Needed Command Functionality
v18 v19 13 13 * '''repr''', '''ribrepr''', '''ribscale''', '''surfrepr''' (suggest consolidating into a new '''style''' command, generalizing ribbon to cartoon as per [http://www.cgl.ucsf.edu/home/meng/chi2/ribbons.html ribbons writeup], and including pseudobonds) 14 14 * '''color''' (suggest consolidating with '''rainbow''' but leaving color-by-attr and color-by-scalar-field as separate commands) 15 * '''volume''' (redundancy with show/hide/color etc. OK with me, but should review structure and keywords vs.the negotiable [http://www.cgl.ucsf.edu/home/meng/chi2/command-structure.html command guidelines])15 * '''volume''' (redundancy with show/hide/color etc. OK with me, but should review structure and keywords ''vs.'' the negotiable [http://www.cgl.ucsf.edu/home/meng/chi2/command-structure.html command guidelines]) 16 16 * some way to adjust subdivision/smoothness; any global setting could be covered by '''set''' (see below) and any attribute by '''setattr''', but there could also be options in '''surface''', '''volume''', '''cartoon''' and/or a top-level '''quality''' command 17 17 … … 32 32 == December release == 33 33 34 Initial versions (not necessarily final/full implementations) of:34 The following functionality is listed for the December release, but not necessarily as commands: 35 35 * '''transparency''' (similar to '''color) 36 36 * '''freeze''' or something like that to control model activation for motion (in Chimera1, '''freeze''' is something different) 37 37 * '''clip''', '''section''', '''thickness''', '''sop cap''' (suggest combining into single command to control global clipping, say '''clip''' or '''gclip''') 38 38 * '''mclip''' per-model clipping 39 * '''findhbond''' 40 * '''distance''' 39 * '''distance''' pseudobonds that could be intermodel 41 40 * '''set''' global settings: single-layer transparency 42 41 … … 44 43 * more built-in specs like protein, nucleic acid, element symbols, ''.etc.'' 45 44 45 == Highly desirable == 46 47 Again listed but not necessarily as commands: 48 * '''findhbond''' 49 * '''rangecolor''' or logical equivalent for color-by-attr 50 * '''scolor''' or logical equivalent for color-by-scalar (radial, volume value, ''etc.'') 51 * '''set''' global settings: multiple-layer transparency 52 53 46 54 == Random thoughts == 47 55 * Hmm, I don't recall any discussion of motion-scripting or other frame-argument commands (see [http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/movies.html#moviecommands Chimera1 movie-related commands])