Changes between Version 64 and Version 65 of Needed Command Functionality
- Timestamp:
- May 18, 2015, 10:56:33 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Needed Command Functionality
v64 v65 45 45 * set of built-in color names 46 46 * built-in specs '''solvent, ions, ligand, main, helix, strand, coil''' (needed for molecular surface and ribbon anyway, might as well make them available for command-line use) 47 * built-in specs for element and/or atom type, if already needed for setting radii for molecular surface calculation anyway 47 48 * basic hierarchical atomspecs (see [http://www.cgl.ucsf.edu/home/meng/chi2/frameatom_spec2.html Chimera2 atomspec writeup]) 48 49 … … 58 59 * '''active/~active, freeze/~freeze''' or some other command to control model activation for motion (in Chimera1, '''freeze''' is something different) 59 60 * '''help''' to bring up command documentation 61 * '''delete''' 60 62 61 63 Expanded functionality of existing commands: 62 64 * '''open''' (including fetch) cellPACK, which would elicit interface for exploring hierarchy 63 65 * '''select''' all, clear, invert 66 * '''set''' and '''setattr''' as mentioned in the previous section 64 67 65 68 Command accoutrements: … … 74 77 * '''findhbond''' 75 78 * '''rangecolor''' or equivalent for color-by-attribute 79 - then '''defattr''' would be useful 76 80 * '''scolor''' or equivalent for color-by-scalar (radial, volume value, ''etc.'') 77 81 - logical to merge '''rangecolor''' and '''scolor''', maybe also '''rainbow''', but what's a good name? 78 - color-by-scalar might only apply to surfaces and atoms 79 * '''sop hideDust''' or equivalent 82 - color-by-scalar might only apply to surfaces and atoms, unless we want cartoons to show residue values derived from the substituent atomic values 80 83 * '''define''' geometric objects based on atomic coordinates: axes, planes, centroids, ellipsoids 81 84 * '''shape''' or other way of defining geometric objects arbitrarily … … 86 89 * '''2dlabels''' 87 90 * '''colorkey''' 88 * '''s ave''' PDB, volume data, ''etc.''91 * '''sop hideDust''' or equivalent (I suggest below it might be a '''volume''' option) 89 92 90 93 Expanded functionality of existing commands: 91 94 * '''style''' options for pseudobonds: dotted and dashed sticks, dotted and dashed lines (but do we really need the latter any more?) 92 95 * fancy-shaped clipping (if global add options to '''clip''', otherwise to '''mclip''' if feasible; Chimera1 has octant stuff in '''vop''' subcommands) 93 * '''set''' (or other command) global settings: background color gradient, multiple-layer transparency 96 * '''volume''' isosurface smoothing, maybe '''sop hideDust''' equivalent (is this used for anything other than isosurfaces?) 97 * '''set''' (or other command) global settings: background color gradient, multiple-layer transparency (correctly rendered even for multiple models) 94 98 * '''setattr''' (or other command) attributes: material properties 99 * '''save''' PDB, volume data, ''etc.'' 95 100 96 101 Command accoutrements: