NMRPipe Installation Guide, Install Files, and Sample Data
Updated November 9, 2009
NMRPipe is an extensive software system for processing, analyzing, and exploiting NMR spectroscopic data. Questions and comments regarding the software can be addressed to the author, Frank Delaglio (CONTRACTOR) at delaglio@nih.gov ...
This web page contains NMRPipe installation files, as well as sample data. The main web site for the software, with links to tutorials and documentation is:
http://spin.niddk.nih.gov/NMRPipe
There is also an unofficial Mailing List for NMRPipe, where users share questions and answers about use of the software:
http://groups.yahoo.com/subscribe.cgi/nmrpipe
The currently posted version of NMRPipe will expire on
July 1, 2010.
To override the expiration date, use the following environment
variable setting:
setenv NMR_CONT CORRECT_ALL
The following are GENERAL REQUIREMENTS for installing and using NMRPipe:
The installation of NMRPipe posted here provides the following features and versions:
The NMRPipe system is officially unsupported by the NIH and without warranties or guarantees of any kind. That being said, we are interested in your comments, questions, and trouble reports. Write to the author Frank Delaglio (CONTRACTOR) at delaglio@nih.gov with any NMRPipe-related messages.
NMRPipe Installation Files
When downloading software from this web site, you are agreeing to our Terms of Use, including the terms that there is no right to privacy on this system, and that the the software from this web site is not to be redistributed without permission from the author.
The NMRPipe install files posted here require a username and password in order to download. If you do not already have an assigned username and password, send a request with your contact information and your lab's address to Frank Delaglio (CONTRACTOR) at delaglio@nih.gov ...
Use care when downloading; depending on settings, certain web browsers may try to unpack a given file, convert it to a different text format, or display it as a web page rather than saving it as a file. Also, some web browsers will not request and transmit the username and password required to download files from the list below. If you experience such problems, try different methods for downloading and saving the files, or use a different web browser if possible.
Note well that if the file contents or names are changed in any way during download, the install procedure will not work:
Windows Internet Explorer:
Right-Click, "Save Target As"
Linux Mozilla: Right-Click, "Save Link As" ...
if a .com file is displayed as a web page, use "File/Save As".
Mac OS X Safari: Right-Click, "Download Linked File (As)"
| File Number | File Name | Required | Post Date | File Size | Contents |
| File 1 | NMRPipeX.tZ | Yes | Nov 9 2009 | 122,298,829 bytes | NMRPipe programs for all systems |
| File 2 | install.com | Yes | Nov 9 2009 | 36,106 bytes | Install script |
| File 3 | binval.com | Yes | Nov 9 2009 | 3,654 bytes | Used by install script |
| File 4 | talos.tZ | No | Nov 9 2009 | 25,240,809 bytes | Files required for TALOS |
| File 5 | dyn.tZ | No | Nov 9 2009 | 137,274,600 bytes | Optional Ramachandran surfaces for TALOS, PDB data and all files for DYNAMO and MFR |
Introduction
The install procedure for NMRPipe automatically provides the following features and hardware versions:
This text describes both the GENERAL and SYSTEM-SPECIFIC details for installation of NMRPipe. Please review these details carefully before installing the software -- this will help us to use our resources in the most effective way as we continue to support, develop and distribute NMRPipe.
NMRPipe is a UNIX-based system, and so it will require a familiarity of UNIX to install and use the software. This means that an NMRPipe user must be familiar with the UNIX command-line and environment, and know how to create and edit UNIX shell-scripts using a text editor. This is true for all versions of NMRPipe, including the Mac OS X and Windows XP versions.
Some web browsers, especially those used on Windows and Mac OS X, may change the extensions of downloaded files, or attempt to decompress any downloaded files which have been previously compressed. Therefore, when downloading NMRPipe files, take care to retain the exact original file names, and disable any automatic decompression or adjustment of downloaded files. The size of the downloaded files should exactly match the posted sizes.
If there are any PROBLEMS installing NMRPipe, PLEASE review the install instructions carefully; the most common problems involve one of these issues:
nmrPipe: Command not found.cannot find manpage for 'nmrPipe'NMRTXT: Undefined variableError in startup script: can't read "env(TCLPATH)": no such variableApplication initialization failed: Can't find a usable init.tclnmrDraw application are not present
or not loaded properly.
The NMRPipe installation includes fonts suitable for most systems;
in most cases, this kind of problem can be fixed by executing an NMRPipe
font.com initialization script from within the user's .cshrc
file.How to Install NMRPipe: a Quick Overview
The specific steps needed to install NMRPipe will differ depending on the hardware and operating system, and also on how a given computer or its network is configured. The installation will require that you are familiar with UNIX and the UNIX command line, and that you already know how to create and edit UNIX shell scripts.
Some of the NMRPipe directories contain demo data and scripts which require read-write access. For this reason, it is often useful to install "personal" copies of NMRPipe rather than install the software via the "root" account.
The specific details for installing NMRPipe on particular operating systems are given in the sections below. In general, the steps for installing NMRPipe will involve:
chmod,
for example:
chmod a+r *.tZ *.Z *.tar
chmod a+rx *.com
./install.com +help to generate a list
of install command-line options./Users/frank:
(Use methods as needed to set default shell to C-shell) (Activate the X11 Graphics server if needed, create an "xterm" window) cd /Users/frank mkdir nmr cd nmr (Get files install.com binval.com NMRPipeX.tZ talos.tZ dyn.tZ etc.) chmod a+r *.tZ *.Z *.tar chmod a+r *.tZ *.Z *.tar chmod a+rx *.com ./install.com cd /Users/frank (Edit .cshrc to insert NMRPipe initialize commands) (Log out, log in again) (Start an xterm window, test the software) (Adjust the software settings if needed)
NOTE well that in some cases, the install procedure may generate informational warning message or error messages, but still complete correctly. So, after the installation procedure, you should try TESTING THE INSTALLATION as below. After testing, you may want to make OTHER ADJUSTMENTS, also below.
As a convenience, the install.com procedure above can be adjusted
to read the installation files from some other source location,
for example from a CD-rom. This is done by the install.com +src option.
In such a case, only the files "install.com" and "binval.com"
need to be in the current directory. For example, if all of the install
files are stored together on the CD-rom mounted as /media/cdrom and
the home directory is /Users/frank:
(Use methods as needed to set default shell to C-shell) (Activate the X11 Graphics server if needed, create an "xterm" window) cd /Users/frank mkdir nmr cd nmr cp /media/cdrom/install.com . cp /media/cdrom/binval.com . chmod a+rx *.com ./install.com +src /media/cdrom cd /Users/frank (Edit .cshrc to insert NMRPipe initialize commands) (Log out, log in again) (Start an xterm window, test the software) (Adjust the software settings if needed)
What Users Should Do to Run NMRPipe
The tools and scripts of the NMRPipe system require use of the C-shell (/bin/csh) or the related T C-Shell (/bin/tcsh) as the user's default shell. Other shells, such as the Bourne Shell "sh", or the "bash" shell, will not be suitable. So, in order to use NMRPipe, users may have to reset their default shell accordingly. The UNIX command "chsh" is commonly used to set the default shell; see the UNIX "man chsh" help text for information on how to use this command on your system.
If the automated installation succeeded, users need only execute the initialization scripts that were created, by adding lines such as the following to their ".cshrc" file. These commands should preferably be added at the very end of the .cshrc file that the NMRPipe environment variables do not get reset accidentally by other application initialization commands. The details about these initialization scripts and how to use them in ".cshrc" will be listed in the file README_NMRPIPE_USERS which is also created during installation.
As noted above, it is important to LOG OUT and LOG IN AGAIN after changing the ".cshrc" file in order for the NMRPipe initialization to become active.
Also, regarding fonts: only use the "font.com" script if the "install.com" procedure or README_NMRPIPE_USERS file indicates that it is needed for your system (mostly just SGI/IRIX systems, and some versions of Linux):
if (-e /u/frank/nmr/com/nmrInit.linux9.com) then
source /u/frank/nmr/com/nmrInit.linux9.com
endif
if (-e /u/frank/nmr/dynamo/com/dynInit.com) then
source /u/frank/nmr/dynamo/com/dynInit.com
endif
if (-e /u/frank/nmr/com/font.com) then
source /u/frank/nmr/com/font.com
endif
Testing the Installation
In order to confirm that you can access the software correctly, try logging out first, then logging in and using these commands:
which nmrPipe (Check that programs can be found)
nmrPipe -help (Run program in help mode)
man nmrPipe (Check manual pages)
bruker (varian delta) (Run the graphical conversion interface)
nmrDraw (Run the graphical interface)
When using graphical programs in the NMRPipe system, note that all versions of the software expect use of a three-button mouse or its equivalent.
Other Adjustments
NMRDRAW: after testing, you may wish to edit the script called "nmrDraw". The font size argument called "-scale" can be adjusted to suit user preferences for text in buttons, menus, etc. The font arguments "-type1" (regular font) and "-type2" (large font) will affect the size of text used for axes and labels, and for text editing windows. Possible values for "-scale", "-type1" and "-type2" include "small", "medium", "large", and "extraLarge".
You can also adjust the nmrDraw window size to compensate for space on the screen used by window manager command panels, etc. Add the options "-xAdj" or "-yAdj" followed by a pixel count to reduce the nmrDraw window size by the given number of pixels (for example " -xAdj 20").
Many NMRPipe applications are actually NMRWish TCL/TK scripts. These use a small number of common font definitions, which can be adjusted by setting environment variables. Examples are listed in the com/nmrInit.*.com file, and look like this:
setenv NMRPIPE_SMALLFONT "-adobe-helvetica-medium-r-*-*-*-100-*-*-*-*-*-*" setenv NMRPIPE_BIGFONT "-adobe-helvetica-medium-r-*-*-*-180-*-*-*-*-*-*" setenv NMRPIPE_STDFONT "-adobe-helvetica-medium-r-*-*-*-120-*-*-*-*-*-*" setenv NMRPIPE_BOLDFONT "-adobe-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*" setenv NMRPIPE_FIXEDFONT "-*-courier-medium-r-*-*-*-120-*-*-*-*-*-*" setenv NMRPIPE_TYPINGFONT "-*-courier-medium-r-*-*-*-100-*-*-*-*-*-*" setenv NMRPIPE_AXISFONT "-*-lucidatypewriter-bold-r-*-*-*-120-*-*-*-*-*-*"
Installation Problems
There are a few common difficulties with installation of NMRPipe, and these generally relate to the various environment variables required to use the software, or to the font settings used by the "nmrDraw" program.If there are install problems, besides reviewing the notes here, see also the next section for system-specific installation details.
ENVIRONMENT VARIABLE PROBLEMS
The most common problem when first using the installation concerns the proper setting of environment variables. As described above, the environment variables needed by NMRPipe are established by the script "com/nmrInit.*.com" created during the install procedure. This script sets environment variables and executable path for the C-Shell; it WILL NOT work for "bash" or "sh" shells.
The neccessary initialization commands can be found in the file README_NMRPIPE_USERS which is created during installation.
If the various NMRPipe environment variables are not defined properly, "Undefined variable" error messages will be generated, for example:
NMRTXT: Undefined variableError in startup script: can't read "env(TCLPATH)": no such variableNMRDRAW FONT PROBLEMS
The "nmrDraw" program uses certain "lucida" and "open look" fonts which are not available on all systems by default. The NMRPipe install procedure will attempt to test whether or not these fonts are available, and provide them if needed. The script "com/font.com" is used to provide the fonts on systems which do not have them. This file is usually executed from a user's ".cshrc" file.
If the fonts cannot be found, "nmrDraw" will issue error messages like this one:
"XView warning: Cannot load font ..."
If this happens, check the definitions in file "com/font.com", and adjust them if needed.
NMRDRAW XVIEW NOTIFIER ERRORS
In some cases, "nmrDraw" may display "XView Notifier Error" or similar messages; this will generally not cause a problem in the actual use of the software. However, in many cases, these error messages can be suppressed by editing the "nmrDraw" script to add or remove a font specification "-fn", for example,
... " -fn Courier " ...
Use the unix command "which nmrDraw" to find the script on your installation.
NMRDRAW RUNS SLOWLY, OR NOT AT ALL
Certain graphics environments may not be suitable for nmrDraw, depending on the window manager (the program that manages the graphical desktop of the computer) and the color settings (such as 8-bit color or 24-bit color). For example, certain versions of the Linux Gnome Desktop graphics environment using 32-bit color might cause nmrDraw to run slowly or not at all. Such problems can be often be fixed by adjusting the color settings (24-bit color is most common) or using a different window manager (such as Linux KDE instead of Gnome).
Recently, some versions of Linux include special tools for entering Asian language text, such as SCIM. Some of these "Input Method" tools may cause problems with NMRDraw and other graphical programs. If you have problems on Linux systems entering text into graphics programs or using graphical menus, etc, find and disable any special input methods such as SCIM that might be running.
ALL OF THE NMRPIPE PROGRAMS FAIL TO RUN
A particular installation of NMRPipe might not be compatible with all versions of a given operating system. For example, the current Mac OS X version of NMRPipe will generally require a system with Mac OS X version 10.4 or higher. In these cases, none of the programs in the NMRPipe system will work unless the operating system is upgraded appropriately.
In the case of current Linux versions, NMRPipe requires 32-bit compatability
libraries when run on 64-bit hardware. If these libraries are not
installed, every NMRPipe program will issue an error messages such as
command not found even though the program is available
on the executable path and the NMRPipe environment variables are set properly.
In these cases, use the appropriate commands to install 32=bit
libraries etc. as needed -- the details will depend on your version
of Linux, and might be something like:
sudo apt-get install ia32-libs
or
yum install glibc
NMRPipe is a UNIX-based system, and so it will require a familiarity of UNIX to install and use the software. This means that an NMRPipe user must be familiar with the UNIX command-line and environment, and know how to create and edit UNIX shell-scripts using a text editor. This is true for all versions of NMRPipe, including the Mac OS X and Windows XP versions.
The sections below provide information and examples for installing NMRPipe on specific systems.
NMRPipe for Windows XP Pro (Interix/SFU 3.5)
This release of NMRPipe for Windows XP Pro makes use of Microsoft Windows "Services for UNIX" (SFU 3.5). It also requires a suitable X11 Graphics Server, such as Xming. According to Microsoft, there are aspects of the installation and use of SFU 3.5 that can effect system usability and security. So, we recommend that only users who are familiar with both UNIX and PC system management try this installing this release.The installation steps for Microsoft SFU 3.5 will require an Administrator account. The SFU installation, the X11 graphics installation, and the NMRPipe installation itself, should all be performed using the same Administrator account.
As noted above, some web browsers may change the extensions of downloaded files, or attempt to decompress any downloaded files which have been previously compressed. Therefore, when downloading NMRPipe files, take care to retain the exact original file names, and disable any automatic decompression or adjustment of downloaded files.
BACKGROUND: Microsoft currently provides a Windows-based UNIX environment (Interix), called "Services for UNIX" (SFU). At the time of this writing, SFU 3.5 can be downloaded at no charge from the Microsoft web site. This download provides a comprehensive UNIX environment that can be installed under Windows XP Professional Edition:
Information on Windows Services for UNIX Version 3.5:
http://www.microsoft.com/technet/interopmigration/unix/sfu/default.mspx
SFU 3.5 Download:
http://www.microsoft.com/downloads/details.aspx?familyid=896C9688-601B-44F1-81A4-02878FF11778&displaylang=en
There is now a version of NMRPipe for Windows XP which REQUIRES that users FIRST install Microsoft Services for UNIX 3.5, and a suitable X11 graphics server with the needed fonts. The steps involved follow, with more details below:
./install.com +dest /dev/fs/C/nmr +sfu /dev/fs/C/frank
WHICH VERSIONS OF WINDOWS ARE SUPPORTED?
This version of NMRPipe can only be used on systems where SFU 3.5 can be installed. According to information from Microsoft, SFU 3.5 requires Windows XP Professional Edition, and can also be used with certain other versions of Windows, such as Windows 2000 Service Pack 4. You can also search the web for specific information and tips on installing SFU 3.5 on various systems.
INSTALLING MICROSOFT SFU 3.5
NOTE WELL: according to Microsoft, there are aspects of the installation and use of SFU 3.5 that can effect system usability and security. So, as stated above, we recommend that only users who are familiar with both UNIX and PC system management try this.
Follow Microsoft instructions and guidelines for downloading and installing SFU 3.5. There are many options during the install. In particular, note the following:
Windows: "Frank.txt" is the same file as "frank.txt"
UNIX: "Frank.txt" is not the same file as "frank.txt"
The SFU install procedure can enable case-sensitivity.
However, this is not required for installation of NMRPipe.
Enabling case-sensitivity carries with it some security risks,
since it opens the possibility of replacing system files
with files of the same name but different case. So, we
recommend that you do not enable full case-sensitivity
for the NMRPipe install.
Note that the "boot.ini" file is often "hidden" and "read-only". So, in order to change it, you might first have to temporarily adjust "Folder Options" in the "Control Panel" in order to "View Hidden Files" and "Display Protected System Files".
Then, in order to turn off the security feature, edit "boot.ini" and change "/noexecute=optin" to "/noexecute=AlwaysOff". Then, reboot the system.
We tested NMRPipe with this set of SFU install options:
1. User: NMR
Organization: NMRSCIENCE
2. Accept the license agreement
3. Custom Installation: (+ means install all, - means do not install)
+ Utilities
+ Interix GNU Components (+ GNU Utilities, + GNU SDK)
- NFS
- Password Synchronization
- Remote Connectivity
- Authentication for NFS
+ Interix SDK
- Active State PERL
4. NO Enable Set UID
NO Change Default Behavior to Case-sensitive
5. YES Local User Name Mapping
YES Use password and group files
Leave specification of any password/group files blank
Windows Domain Name: (kept default value)
6. NIS Domain: (blank)
NIS Server: (blank)
7. Install location: C:\SFU\ (default)
X11 GRAPHICS SERVER FOR WINDOWS
In order to use the graphical components of NMRPipe, an X11 graphics server must be running, and it must provide the lucida and open look fonts as used by "nmrDraw". There are several commercial X11 graphics servers which run on Windows-based PCs: including those from "www.starnet.com" and "www.hummingbird.com".
For building and testing this version of NMRPipe, we used the Xming X11 graphics server and Xming-fonts package. If you use this, be sure to download and install BOTH the server AND the fonts package, and install ALL of the fonts after installing the server ... it's also a nice idea to MAKE a little DONATION to the author of this useful software:
http://www.straightrunning.com/XmingNotes/
When installing an X11 graphics server, it will generally be best to use the same Administrator account as for the SFU 3.5 installation and the NMRPipe installation.
NMRPIPE INSTALL ON SFU 3.5
As just noted, be sure to use the same Administrator account for the SFU 3.5 installation and the NMRPipe installation.
When choosing NMRPipe install locations under Windows, remember that under UNIX it can be difficult to use file names which have space characters or "special" symbols such as $ (dollar sign). For this reason, we suggest that all install and data locations and paths have "simple" UNIX-style names with no spaces or special characters.
As an example, let's say that we will install NMRPipe on the Windows "C" drive under the directory "nmr", and establish a directory "frank" as the default "HOME" directory. In SFU UNIX, the windows "C" drive is "/dev/fs/C". Note that once SFU 3.5 is installed, you can also make UNIX-style symbolic links, for example:
mkdir /dev/fs/C/users
ln -s /dev/fs/C/users /u
We can use the "+sfu" option of "install.com" to adjust the login environment automatically; it does this by changing login files in the "/etc" directory. It will also automatically create a ".cshrc" file. To turn off these options, use "+sfu none".
(start the PC X11 graphics server if needed)
(open a C-shell window)
chsh /bin/csh (to ensure "/bin/csh" is the default shell)
xterm &
In the xterm window:
csh (start a C-shell)
cd /dev/fs/C
mkdir frank (will be the default home directory)
mkdir nmr (will be install location for NMRPipe)
cd nmr
(Get files install.com binval.com NMRPipeX.tZ talos.tZ dyn.tZ etc.)
chmod a+r *.tZ *.Z *.tar
chmod a+rx *.com
./install.com +dest /dev/fs/C/nmr +sfu /dev/fs/C/frank
Once the install completes, you can close all "xterm" and "C-shell" windows, restart the X11 server, then open a new C-shell window. Most NMRPipe scripts and programs will run from either a C-shell window or an xterm, although using "xterm" is recommended. So, if there are problems using a graphical script from a C-shell window, try running the command from an "xterm" window instead.
CREATING AN XTERM SHORTCUT
The NMRPipe installation includes an example Windows "xterm" shortcut in the nmrbin.winxp/winxp directory ... you can try copying this shortcut to the Windows desktop as a quicker way to start an "xterm" ... note however that an X11 server must be running first for an xterm window to appear. Right-click on the shortcut to adjust its settings as needed for your system. An example of typical shortcut settings:
Target: C:\SFU\usr\X11R6\bin\xterm.exe -ls -sb -bg cyan -fg black -fn lucidasanstypewriter-bold-24 Start in: C:\frank (set this to your desired home directory) Run: Minimized Icon: C:\nmr\nmrtxt\x11icon.bmp (in the "nmrtxt" directory of your NMRPipe installation)
Sun Workstations Running Solaris 2
A release of the software specifically for Solaris 2 is available as a "sol" version. If problems occur with the graphical part of the install procedure, you may require Sun's most current installation or patch of the XView graphics library.
Furthermore, the Solaris 2 versions may require definition of dynamic library locations on your system, especially the locations of the XView libraries (usually /usr/openwin/lib). This is done by a command like the following in your .cshrc file:
setenv LD_LIBRARY_PATH /U5/sun/opt/SUNWspro/lib:/usr/openwin/libNote that this library setting is usually established already if the NMRPipe automated installation script was used.
Sun's Common Desktop Environment
Use the following resource setting to avoid having nmrDraw's pop-up windows closing prematurely:
Dtwm*focusAutoRaise: FalseThis value can be set by using the CDE Window Style Manager utility, or it can be set manually by modifying the file:
$HOME/.dt/sessions/current/dt.resources
Mac OS X
The currently posted Mac software was built on Max OS X, version 10.5.2. The various NMRPipe graphical tools will require that X11 graphics server and libraries have been installed.
Also, some Mac web browsers, especially Safari, may change the extensions of downloaded files, or attempt to decompress any downloaded files which have been previously compressed. Therefore, when downloading NMRPipe files, take care to retain the exact original file names, and disable any automatic decompression or adjustment of downloaded files.
When using graphical programs in the NMRPipe system, also note that all versions of the software expect use of a three-button mouse or its equivalent.
Installation and use of NMRPipe on the Mac requires the following:
(Install a 3-button mouse) (Use the methods above to set the default shell to C-shell) (Update X11 if needed) (Drag X11 from Applications/Utilities to the Apple command dock) (Execute the X11 application to start the graphics server) (Create a new "xterm" window, which should now be a C-shell) cd (go to home directory) mkdir nmr cd nmr (Get files install.com binval.com NMRPipeX.tZ talos.tZ dyn.tZ etc.) chmod a+r *.tZ *.Z *.tar chmod a+rx *.com ./install.com cd (go back to home directory) (Edit .cshrc to insert NMRPipe initialize commands) (Log out, log in again, test the software) (Adjust the software settings if needed)
Linux Platforms
The PC Linux version of NMRPipe has become especially popular, and it currently has the best processing and analysis benchmarks for any hardware.
Before installing NMRPipe on Linux systems, it is often best to first install the most up-to-date Linux operating system components and X11 graphics software and drivers. In particular, systems with 64-bit CPUs should have suitable 32-bit compatibility libraries installed and configured. Note that many 64-bit Linux installs are already configured to allow 32-bit applications, so no special adjustment is needed to install NMRPipe. If problems are noted, check the web for information regarding your particular version of Linux and hardware environment.
When using graphical programs in the NMRPipe system, also note that all versions of the software expect use of a three-button mouse or its equivalent.
Note that the tools and scripts of the NMRPipe system generally require use of the C-shell as the user's default shell. Other shells, such as the Bourne Shell "sh", or the "bash" shell, which is a common Linux default shell, will generally not be suitable. Use your computer's account creation tools, or the UNIX command "chsh" to set the default shell to "/bin/csh" or "/bin/tcsh".
Lately, some Linux systems do not include the C-shell by default; in these cases, you will have to install a C-shell on your system before being able to install or use NMRPipe.
As noted above, certain versions of the Linux Desktop graphics environments might cause nmrDraw to run slowly or not at all. Such problems can be often be fixed by adjusting the color settings (24-bit color is most common) or using a different window manager (such as Linux KDE instead of Gnome).
Recently, some versions of Linux include special tools for entering Asian language text, such as SCIM. Some of these "Input Method" tools may cause problems with NMRDraw and other graphical programs. If you have problems on Linux systems entering text into graphics programs or using graphical menus, etc, find and disable any special input methods such as SCIM that might be running.
There are two linux versions of NMRPipe, called "linux" and "linux9". The "linux" version of NMRPipe is built under Fedora Core 4, and is suitable for Linux systems that use earlier versions of the Linux glibc library (glibc 2.3), but will generally work on systems with higher versions of glibc. The linux9 version of NMRPipe is built under Fedora Core 9, and uses glibc 2.8. The install.com script will attempt to automatically determine which version is suitable for the given system. The default version is linux. If you believe you need a version of NMRPipe for some other version of glibc, etc, write to the author Frank Delaglio (CONTRACTOR) at delaglio@nih.gov with your information.
When running the install script, a particular version can
be specified explicitly using the +type argument:
./install.com +type linux
In other respects, installation of NMRPipe on a Linux system can be performed via the "general" steps, for example:
(Use the command chsh or other method to set the default shell to C-shell) (Create an "xterm" terminal window) cd (go to home directory) mkdir nmr cd nmr (Get files install.com binval.com NMRPipe.tZ talos.tZ dyn.tZ etc.) chmod a+r *.tZ *.Z *.tar chmod a+rx *.com ./install.com cd (go to home directory) (Edit .cshrc to insert NMRPipe initialize commands) (Log out, log in again, test the software) (Adjust the software settings if needed)
NMRPipe provides the following facilities, which can be illustrated by trying the various demos in the software installation and demo data archives below.
Optional Demonstration Data Archives
| data.tar | All Sample Data Below |
| valpha_all.tar | All Sequential Assignment Data Below |
Sample Data
| apf.tar.Z | 1D Batch Data |
| sample1d.tar.Z | 1D Sample Data |
| sample2d.tar.Z | 2D Sample Data |
| sample3d.tar.Z | 3D Sample Data |
| relax.tar.Z | Pseudo-3D HN/N Relaxation Series Analysis |
| jmod.tar.Z | Pseudo-3D J-Modulation Series Analysis |
| jc.tar.Z | Pseudo-3D J-Modulation Series Analysis |
| jch.tar.Z | Pseudo-4D J-Modulation Series Analysis |
| acme.tar.Z | 2D COSY Data for ACME Coupling Constant Extraction |
| mag.tar.Z | 2D Magnitude Mode (Absolute Value Mode) Example. |
| mem.tar.Z | Maximum Entropy Reconstruction |
| gel.tar.Z | Gel Image Converted to NMRPipe format and Quantified by 1D Lineshape Fitting |
| ipap.tar.Z | Assignment and Analysis Example for 2D HN/N IPAP Data |
| sim3d.tar.Z | Creation of Synthetic 3D Spectral Data |
| ubiqnoe.tar.Z | 3D Sample Data, 3D 15N NOE of Ubiquitin |
| cbcanh.tar.Z | Examples of 3D Processing, Including MEM and Linear Prediction |
| nusdemo2d.tar.Z | Examples of 2D Non-Uniform Sampling (NUS) Reconstruction Using MEM and Maximum Liklihood |
| nusdemo3d.tar.Z | Examples of 3D Non-Uniform Sampling (NUS) Reconstruction Using MEM and Maximum Liklihood |
Data for Sequential Assignment
| valpha.tar | V-Alpha Protein, Triple Resonance Spectra | |
| valpha_hn.tar | V-Alpha Protein, 2D HN/N Data and Tables for Strip Viewer | |
| valpha_time.tar | V-Alpha Protein, Triple Resonance Time-Domain Data |