#include <IO.h> int chain_left( GapIO *io, int gel);
This function finds the left most reading number of the contig containing the reading numbered gel. This is done by chaining along the left neighbours of each reading in turn until the contig end is reached. The function detects possible loops and returns -1 in this case. Otherwise the left most reading number is returned.