first previous next last contents

get_read_name, get_contig_name, get_vector_name, get_template_name, and get_clone_name

#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.


first previous next last contents
This page is maintained by staden-package. Last generated on 1 March 2001.
URL: http://www.mrc-lmb.cam.ac.uk/pubseq/manual/scripting_147.html