Please see the most up-to-date version of this protocol on my blog at https://darencard.net/blog/.
When annotating genomes it is often desireable to know the overall structure of genes, including information like exon and intron lengths among other metrics. Here is a program genestats
that will calculate such measures for a user.
#!/usr/bin/env bash
usage()