|
LIBRARY#include <biolibc/gff.h> -lbiolibc -lxtend SYNOPSISFILE *bl_gff_skip_header(FILE *gff_stream) ARGUMENTSgff_stream FILE pointer to the open GFF file DESCRIPTIONSkip over header lines in gff input stream. The FILE pointer gff_stream is advanced to the first character of the first line after the header. The header is copied to a temporary file and and the function returns a FILE pointer to the header stream.RETURN VALUESA FILE pointer to a temporary file containing a copy of the headerSEE ALSObl_gff_read(3), bl_gff_copy_header(3) Visit the GSP FreeBSD Man Page Interface. |