- cd PARENT-DIR
- (where PARENT-DIR is parent of desired location of SPIDER)
- mkdir spider
- (creates a new sub-directory for SPIDER, hereafter referred to as SPIDER_DIR)
- From ftp delivery:
- tar xvf "ftp_filename" spider
- From CDROM:
- cp -r "your_cdrom_device"/spider/* spider
The following directories will be created:
| Directory | Contents |
|---|---|
| SPIDER-DIR/src | source code, SPIDER libraries |
| SPIDER-DIR/bin | executables |
| SPIDER-DIR/docs | documentation, html pages |
| SPIDER-DIR/proc | Sample procedure files |
| SPIDER-DIR/man | Operation manual pages, Nextresults |
| SPIDER-DIR/pubsub | PubSub scripts & documentation |
cd SPIDER_DIR/src
make -f Makefile_dec ../bin/spider_dec
alias spider SPIDER_DIR/bin/spider_decAlternatively, you can modify your path so that your your system can locate the executable file when you type "spider". To alter your path add the following to the PATH environmental variable in your startup file:
SPIDER_DIR/binthen rename the spider_dec executable in SPIDER_DIR/bin to: spider.
setenv SPMAN_DIR "SPIDER_DIR/man/"
setenv SPPROC_DIR "SPIDER_DIR/proc/"
If the executable binary does not start running and you get a error message about a missing library, then you are missing one or more run-time (shared) libraries. The current DEC SPIDER distribution requires the Fortran 90 run-time library /usr/shlib/libshpf.so@ -> /usr/lib/cmplrs/hpfrtl/libshpf.so This library is in the standard software distribution.
If the make operation fails or the new executable does not run, contact us at the address below.
While running SPIDER you can get help on a particular operation using the online help feature of SPIDER by entering a "?" following entry of the operation code. For example, if you want help on the "MO 3" operation type: MO 3 ? at the .OPERATION prompt. Alternatively, you can look at the ASCII text file SPMAN_DIR/mo3.man.
Send this info to:
ArDean Leith
Wadsworth Labs, P.O. Box 509, Albany, New York 12201
Phone: 518-486-5604
Fax: 518-486-2191
Email: spider@wadsworth.org
© Copyright Notice / Enquiries: spider@wadsworth.org