Skip Ribbon Commands
Skip to main content
Sign In

Bioinformatics Shared Resources

Sanford Burnham Prebys Medical Discovery Institute


NMRPIPE 2005.05.27


The NMRPipe system provides facilities for conversion and processing of 1D-4D NMR spectra and spectral images.

NMRPipe provides comprehensive facilities for Fourier processing of spectra in one to four dimensions, as well as a variety of facilities for spectral display and analysis.

Reference: F. Delaglio, S. Grzesiek, G. W. Vuister, G. Zhu, J. Pfeifer and A. Bax: NMRPipe: a multidimensional spectral processing system based on UNIX pipes. J. Biomol. NMR. 6, 277-293 (1995).
Category
NMR
Where? How?
NMRpipe is maintained on the emu linux server. 

To initiate (tcsh): 

source /usr/local/share/NMRpipe/com/nmrInit.linux9.com 

* In order to use DYNAMO options: 

source /usr/local/share/NMRpipe/dynamo/com/dynInit.com 


Or add the following lines to your .cshrc file: 

if (-e /usr/local/share/NMRpipe_050527//com/nmrInit.linux9.com) then 
source /usr/local/share/NMRpipe_050527//com/nmrInit.linux9.com 
endif 

if (-e /usr/local/share/NMRpipe_050527//dynamo/com/dynInit.com) then 
source /usr/local/share/NMRpipe_050527//dynamo/com/dynInit.com 
endif
Last installation and version
The latest version was installed on May 27, 2005.

Documentation
NMRpipe homepage
License
GPL (GNU public license)
Local expertise
IT: Martin Fleming

Technical Data

  • tested on: Linux Debian 3.1
  • emu path: /usr/local/share/NMRpipe_050527/
  • In default $PATH? no