SPACER_DATA_CONVERT - Write a data file for SPACER
SPACER_DATA_CONVERT takes a simple file format of object names
and distances, and writes out a data file suitable for use with
SPACER.
Files you may copy include:
The list of routines includes:
-
SPACER_DATA_CONVERT converts a data file to SPACER format.
-
C_CAP capitalizes a single character.
-
C_EQI is a case insensitive comparison of two characters for equality.
-
C_TO_DIGIT returns the integer value of a base 10 digit.
-
GET_UNIT returns a free FORTRAN unit number.
-
I_EXTRACT "extracts" an integer from the beginning of a string.
-
INPUT_PRINT prints the input data.
-
INPUT_READ reads the distance data from a file.
-
OUTPUT_WRITE writes the distance data to a file in SPACER format.
-
R_EXTRACT "extracts" a real from the beginning of a string.
-
S_SHIFT_LEFT shifts the characters in a string to the left and blank pads.
-
S_TO_I reads an integer value from a string.
-
S_TO_R reads a real number from a string.
-
WORD_EXTRACT extracts the next word from a string.
Return to the biomedical software page.
Last revised on 13 March 2001.