Main Page

From relax wiki
Jump to navigation Jump to search
Welcome to the relax Wiki.
The community-run support site for relax, a program for the study of molecular dynamics using experimental NMR data.
Quick Links
Table of contents Tutorials Commands
FAQ relax releases All Categories
Read the manual and get help

User contributions - How to edit pages at the wiki

Please read the guidelines here.

What's new?

News & Updates
Version 5 of relax. The latest relax release now supports the new versions of wxPython (Phoenix), giving relax a more modern GUI.
Migration to SourceForge After the Gna! shutdown at the start of 2017, relax has finally in 2019 been fully migrated to the SourceForge infrastructure.
Gna! is permanently shut down! A migration to another open source infrastructure is planned. This will include web hosting for http://www.nmr-relax.com, source code repositories, bug and other trackers, new reports, download pages, and possible a svn to git conversion.
Tutorial added Tutorial for sorting data stored as numpy to on-resonance R1rho analysis
Version 4 of relax With the latest relax release merging in years of developments in the frame order analysis, the major number has been incremented to relax 4.
Tutorial added Tutorial for manual regarding the relaxation dispersion auto-analysis in the GUI
Tutorial added Tutorial for R1/R2 Relaxation curve-fitting analysis on varian recorded as fid interleaved
Matplotlib example added Matplotlib example
Tutorial added Relaxation dispersion analysis R1_rho recorded on varian
Tutorial added Relaxation dispersion analysis cpmg fixed time recorded on varian as fid interleaved
Tutorial added Adding relaxation dispersion models to relax
wiki namespace changed The wiki is now placed at: http://wiki.nmr-relax.com as of 19 of July 2013
GPL License The License has been changed to GPL v3.
New Wiki This is the new wiki
Did you know...

%PAGE%

Format of a sparky list

To be show properly in sparky and read by relax, the list should be of format

 Assignment         w1         w2  

 V2N-HN    128.055      8.874 
 F3N-HN    128.210      8.893 
 G4N-HN    105.080      8.509

The N should be standing first, and the w1 should be the corresponding ppm for nitrogen.

sparky_shift1_col.sh

Can be used to shift column <source lang="bash">

  1. !/bin/tcsh -f

set PEAKS=$1 set PEAKSTEMP=${PEAKS}.temp set PEAKSNEW=${PEAKS}.shift

  1. awk '{print $1, $2, $3}' $PEAKS > $PEAKSTEMP

cp -f $PEAKS $PEAKSTEMP set ASSIGNS=`awk '$2 ~ /^[0-9]/ {print $0}' $PEAKSTEMP`

  1. set ASSIGNS=`awk '{print $1, $2, $3}' $PEAKSTEMP`

set TJECK1=`echo $ASSIGNS[1] | rev | cut -c1` set TJECK2=`echo $ASSIGNS[1] | rev | cut -c2` set TJECK12=`echo $ASSIGNS[1] | rev | cut ..→

Random screenshots
relax starting interface
The analysis selection wizard
Steady-state NOE analysis
R1 analysis
R2 analysis
Model-free analysis
The relax controller
Spin viewer window
Results viewer window
Pipe editor window
relax prompt window
About GUI screen
About relax screen