|
LIBRARY#include <biolibc/bed.h> -lbiolibc -lxtend SYNOPSISvoid bl_bed_check_order(bl_bed_t *bed_feature, char last_chrom[], uint64_t last_start)ARGUMENTSbed_feature Pointer to BED structure containing current entry last_chrom Chromosome of the previous BED entry last_start Start position of the previous BED entry DESCRIPTIONMake sure the BED input is sorted by chrom and start position.RETURN VALUESNothing: Terminates process if input is out of orderSEE ALSObl_bed_read(3) Visit the GSP FreeBSD Man Page Interface. |