(Modified 2009 Aug 01)
SPIDER is an image-processing package from the Wadsworth Center, used for analysis of data from electron microscopy and related fields. SPIDER itself is a command-line program with an internal scripting language. It is accompanied by the JWEB display program and the SPIRE reconstruction engine.
Installation instructions for SPIDER (the command-line software):
chsh -s /bin/tcsh
tar -zxf spiderweb.(VERSION).tar.gz
setenv SPMAN_DIR "/home/tapu/local/spider/man/"
setenv SPPROC_DIR "/home/tapu/local/spider/proc/"
alias spider /home/tapu/local/spider/bin/spider_linux
setenv SPBIN_DIR "/home/tapu/local/spider/bin/"
Installation of JWEB:
./j2re-1_4_2_06-linux-i586.binIf you get a tail error, see issue #2 at the link below.
cd j2re1.4.2_06/
../jai-1_1_2_01-lib-linux-i586-jre.bin
More information can be found at the JWEB installation page.
Installation of SPIRE:
tar -zxf spire_linux-1.5.3.tar.gz
cd spire_linux-1.5.3/
./install.sh
More information can be found at the SPIRE installation page.
This page is Lynx-enhanced