CCP4MakeTape
Description
ccp4maketape is a graphical interface which can be used to make
up the CCP4 distribution on DAT or exabyte tape.
Typing ccp4maketape at the command prompt brings up the interface
window:
The interface window consists of 4 sections:
- 1. Status window
- This displays which tape device is selected, whether the
device is ready for reading or writing, and the status of
the prerelease files.
- 2. Update buttons
- A set of three buttons:
- Select tape device: either DAT or exabyte
- Check device status: this updates the status
of the selected device
- Prerelease button: if the prerelease area is
not up to date then this button will update it.
Otherwise, it will perform a check on the prerelease
files.
- 3. Message window
- This displays messages from the interface whenever an action is
performed or if there is an error.
- 4. Action buttons
- Make tape: start transfering the distribution
to the selected tape device
- Check tape: write out a list of the contents of
the selected tape device
- Rewind tape: rewind the selected tape device
- Eject tape: unload the tape from the selected
device
- Quit: exit the interface (automatically rewinds
and ejects the tape first, if appropriate).
Procedure for making tapes
The interface will only start if you are logged in as user ccp4
on dlpx1. Type ccp4maketape to start up the interface.
- Insert the tape into the appropriate drive and select the tape type
in the interface. If the device status is "Not ready" then use the
Check device status button to update the status.
- On start-up, the interface checks if the prerelease files are up
to date.
If not then the option will be given to update the files, which can be
done by pressing the appropriate button. Nb: you should really ensure
that the prerelease files are up-to-date before making the tape.
- If the device is ready then pressing the Make Tape button
will start making the tape. The file names will be listed in the window
from which the interface was called as they are transfered - this may
take some time, be patient! You can
stop the transfer at any time by pressing the Stop button which
appears. If you stop the transfer before it is completed then the
tape may need to be rewound; use the appropriate button.
- Check the contents of the tape using the Check tape button,
which will list the files on the tape. This is time consuming so you may
halt the listing using the Stop button; once again, make sure the
tape is then rewound.
- Eject the tape using the Eject button (this should do an
automatic rewind first). To make another tape, go back to step 2 and
repeat. Otherwise, press Quit to leave the interface.
Details
The interface treats the files in the ftp area (/nfs/ccp4a/ftp/prerelease)
as the most recent, it will check them against those in
/ccpdisk/xtal/dist/prerelease and update them if requested. This involves
deleting the contents of the latter directory and copying the contents of the
former.
Files transfered to tape are those in /ccpdisk/xtal/dist
CCP4MakeTape is written in Tcl/Tk and runs using wish v8.0.
Known problems
These are things that may need fixing one day:
- The interface may fail on start-up complaining that it cannot find the
file "status.dat"; restart the interface from the directory in which the
source code resides.
- The paths and names of directories containing the prerelease files, ccp4
distribution etc are hard-coded.
Author
Peter Briggs, March 1999.