Friday, January 14, 2011
INSTALLING NMRDRAW
Well, the installation failed at first because the com and nmrtxt directories were not correctly unpacking from the NMRPipeX.tZ file correctly. I looked into the install.com script and noticed the line:
cat $srcDir/NMRPipeX.tZ | zcat | tar xvf - >>& tar.log
which allowed me to test the individual steps to isolate the problem.
After numerous tries, I eliminated all the lines in my previous .cshrc file and downloaded a fresh set of installation files. Starting over I prepared the install.com and binval.com. Running the scripts again I finally got the nmrtxt and com directories!!! However, the font was still causing the nmrDraw package to break. Running the font.com script finally fixed the font issue. By the way I did
yum install xorg-x11-fonts-100dpi xorg-x11-fonts-ISO8859-1-100dpi \
xorg-x11-fonts-75dpi xorg-x11-fonts-ISO8859-1-75dpi \
xorg-x11-fonts-misc
to add possible missing fonts on my Fedora 13 installation.
Well, the installation failed at first because the com and nmrtxt directories were not correctly unpacking from the NMRPipeX.tZ file correctly. I looked into the install.com script and noticed the line:
cat $srcDir/NMRPipeX.tZ | zcat | tar xvf - >>& tar.log
which allowed me to test the individual steps to isolate the problem.
After numerous tries, I eliminated all the lines in my previous .cshrc file and downloaded a fresh set of installation files. Starting over I prepared the install.com and binval.com. Running the scripts again I finally got the nmrtxt and com directories!!! However, the font was still causing the nmrDraw package to break. Running the font.com script finally fixed the font issue. By the way I did
yum install xorg-x11-fonts-100dpi xorg-x11-fonts-ISO8859-1-100dpi \
xorg-x11-fonts-75dpi xorg-x11-fonts-ISO8859-1-75dpi \
xorg-x11-fonts-misc
to add possible missing fonts on my Fedora 13 installation.
Comments:
Post a Comment