#include <IO.h> char *get_read_name( GapIO *io, int number); char *get_contig_name( GapIO *io, int number); char *get_vector_name( GapIO *io, int number); char *get_template_name( GapIO *io, int number); char *get_clone_name( GapIO *io, int number);
These functions convert reading, contig, vector, template and clone numbers
into reading, contig, vector, and clone names respectively. Each function
takes a number argument and returns a string containing the name. The
string is held in a static buffer and is valid only until the next call of the
same function. If the name is unknown, the string "???
" is returned.