first previous next last contents

create_tag_for_gel

#include <tagUtils.h>

void create_tag_for_gel(
        GapIO  *io,
        int     gel,
        int     gellen,
        char   *tag);

This function is a textual analogue of the insert_NEW_tag function (which it uses). The function creates a new tag for a reading. The gel argument should contain the reading number and gellen the reading length. The tag to create is passed as the tag argument which is in the same format as taken by the tag2values function. See section tag2values.


first previous next last contents
Last generated on 25 November 2011.