![]() |
![]()
| ![]() |
![]()
NAMEbl_gff3_copy_header() - Read and copy a GFF3 header LIBRARY#include <biolibc/gff3.h> -lbiolibc -lxtend SYNOPSISint bl_gff3_copy_header(FILE *header_stream, FILE *gff3_stream) ARGUMENTSheader_stream Open FILE stream of GFF header gff3_stream FILE stream to which header is copied DESCRIPTIONCopy GFF header from one FILE stream to another. This is meant to be used in conjunction with bl_gff3_skip_header(), which stores the header in a temporary file. RETURN VALUESBL_WRITE_OK upon success, BL_WRITE_FAILURE or BL_READ_* on failure SEE ALSObl_gff3_skip_header(3)
|