Main Page

From relax wiki
Jump to navigation Jump to search
Welcome to the NMR relax Wiki.
The community-run support site for the NMR relax relaxation dispersion analysis program.
Quick Links
Tutorials Table of Contents Commands
Script repository Cheat Sheet (PDF) FAQ
All Categories

Table of contens

Installation, Configuration & Learning
  1. Installation
    1. Installation linux
    2. Test your installation
    3. Installation_windows
  2. Tutorial
    1. Tutorial_for_adding_relaxation_dispersion_models_to_relax
  1. Using NMR-relax
    1. Launching
      1. Launching NMR-relax
      2. Command Line Options
      3. Launching From a Script
    2. Mouse Controls
    3. Objects and Selections
      1. Working with Objects
      2. Working with Selections
      3. Selector Quick Reference
        1. Single-word Selectors
        2. Property Selectors
        3. Selection Algebra
        4. Selection Macros
Commands, Representations & Settings
  1. NMR-relax Commands
  2. Settings (Documented)
    1. All
  1. Representations
    1. Lines
    2. Sticks
    3. Ball and Sticks
    4. Cartoon
    5. Surface
    6. Mesh
    7. Spheres
    8. Dots
  2. Coloring
    1. Color
Physico-chemical Modeling
  1. Biochemical Properties
    1. Displaying biochemical properties
    2. Surfaces and Voids
  1. Modeling and editing structures
    1. Editing Atoms
    2. Molecular sculpting
    3. Homology modeling
Images & Movies
  1. Image Manipulation
    1. Labels
    2. Photoshop/GIMP
    3. Stereo Figures
    4. Publication-quality images
    5. PovRay
  1. Making Movies
    1. Codecs
Extending, Embedding & Scripting
  1. NMR-relax Development
  2. Scripting
    1. Example Scripts
    2. Script Library
  3. Plugins
    1. Electrostatics and energy minimization.
      1. APBS Plugin
      2. Protein_contact_potential
    2. rtools
    3. Tutorial on writing plugins
  1. High-Level Applications
    1. Crystallography Applications
      1. Symmetry|Symmetry
      2. Electron Density
    2. NMR Applications
      1. Working with Structure Families
    3. Superimposition and RMSD
      1. NMR Restraints and Analysis
Third Party Applications
  1. O
  2. SURFNET
  1. Python Integration
  2. NMR-relax_Integration
    1. Nuccyl -- Nuccyl is a great NMR-relax extension
    2. CASTp -- Binding and Active site prediction
    3. CCTBX -- Computational Crystallography Toolbox
    4. ProMOL
    5. S2S
    6. Arbitrary_Graphics_Objects

What's new?

News & Updates
New Wiki This is the new wiki


Did you know...

The DPL extension (version 2.3.0) produced a SQL statement which lead to a Database error.
The reason may be an internal error of DPL or an error which you made,
especially when using DPL options like titleregexp.
Query text is:
SELECT DISTINCT `page`.page_namespace AS page_namespace,`page`.page_title AS page_title,`page`.page_id AS page_id, `page`.page_title AS sortkey, `page`.page_counter AS page_counter FROM `page` INNER JOIN `categorylinks` AS cl0 ON `page`.page_id=cl0.cl_from AND (cl0.cl_to='Analysis' OR cl0.cl_to='Script' OR cl0.cl_to='Time_of_running') WHERE 1=1 AND `page`.page_namespace IN ('0') AND `page`.page_is_redirect=0 ORDER BY page_title ASC LIMIT 500 OFFSET 0

Error message is:
Unknown column 'page.page_counter' in 'field list' (mysql-n)