I am looking for a tool that calculates span of GFF file (for example total number of bp that are composed of repeats or genes, given these are described in GFF file). I wrote awk script to do that (sums lengths of all features), but since this way I have no validation of inputs, I would prefer tool similar to bedtools to do this.
The output file will tell you how many bases on each chromosome are spanned by start codons, and also how many bases in the whole genome are spanned by start codons.